Skip to content

Fegeya Forkleft, C++ implementation of ~new generation~ mark-up language.

License

Notifications You must be signed in to change notification settings

ferhatgec/forkleft

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

h1: = 'Fegeya ForkLeft (⎇↺↺)'

h2 := 'Fegeya ForkLeft, C++ implementation of new generation mark-up language that generates HTML code.'

h3 := 'An example:'

title := 'ForkLeft better'
~= here is comment block.

text ~newline~ := 'hello, text (aka label)'
label ~newline~ := 'hello, label (aka text)'

bold ~newline~ := 'hello, bold'
italic ~newline~ := 'hello, italic'
blockquote ~newline~ := 'hello, blockquote'

link @= ->
    [data
        =path 'https://github.com/ferhatgec/forkleft'
        =text 'Forkleft source code [GitHub]'
    ]
<-

image @= ->
    [data
        =path 'https://octodex.github.com/images/manufacturetocat.png'
        =text 'Octocat lol'
    ]
<-

sign ~newline~ := @copyright@
sign ~newline~ := @trade-mark@
sign ~newline~ := @section@

h3 := 'Features:'

  • Fast, the core library written in C++, header-only.
  • Readable syntax.
  • Specifiers.
  • HTML linker.
  • Inline Kedi tree support.
  • UTF-8 default.

h3 := 'Fegeya ForkLeft licensed under the terms of MIT License.'

About

Fegeya Forkleft, C++ implementation of ~new generation~ mark-up language.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published