Markdown lexer & parser in C
 
 
 
Go to file
Jef Roosens a4a41b287e
feat(parser): start of parsing headers
2024-03-11 12:31:25 +01:00
include/mrk feat(parser): start of parsing headers 2024-03-11 12:31:25 +01:00
src feat(parser): start of parsing headers 2024-03-11 12:31:25 +01:00
test feat(lexer): restructure lexer for hopefully better results 2024-03-10 22:54:13 +01:00
.editorconfig feat: started project and lexer 2024-03-04 12:18:48 +01:00
.gitignore feat: started project and lexer 2024-03-04 12:18:48 +01:00
Makefile feat(lexer): match regular words 2024-03-07 11:02:28 +01:00
config.mk feat(lexer): add more options 2024-03-05 10:07:57 +01:00