dishmint / Markdown2WL

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

Dishmint/issue24 #34

Closed dishmint closed 1 year ago

dishmint commented 1 year ago

The parser is mostly just a converter from tokens to elements. It also parses delimited sequences.

dishmint commented 1 year ago

I use FixedPoint to repeatedly form delimited elements, and it seems to be going infinite atm, so this ticket is not yet resolved.

dishmint commented 1 year ago

Caught all the cases that were causing bugs so far. Now here's what I have left.

dishmint commented 1 year ago

I should probably add delimiter parser tests for each condition, but doesn't seem super pressing atm.