dishmint / Markdown2WL

Lex and Parse Markdown in Wolfram Language
MIT License
13 stars 2 forks source link

Convert to Paclet #19

Closed dishmint closed 1 year ago

dishmint commented 2 years ago

Convert current implementation to a paclet

dishmint commented 1 year ago

The lexer tokenizes lines, blocks and data

The parser refines tokens into their final symbolic form (I'll handle this in a new issue)