Skip to content

vnotex/markdowndown

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MarkdownDown

A markdown parser using PEG in native C.

PackCC is used as the parser generator.

How to build

mkdir build
cd build
cmake -GNinja -DCMAKE_EXPORT_COMPILE_COMMANDS=ON -DMDD_GENERATE_PEG=ON ..
cmake --build .
ctest -C Debug --output-on-failure

If you want to manually debug the generated files, you can set MDD_GENERATE_PEG=OFF on config to stop the auto-generation.

About

A markdown parser using PEG in native C.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published