picoe / Eto.Parse

Recursive descent LL(k) parser for .NET with Fluent API, BNF, EBNF and Gold Grammars
MIT License
148 stars 30 forks source link

Improve Markdown parser #2

Open cwensley opened 10 years ago

cwensley commented 10 years ago

Should improve the markdown grammar so that it can pass all tests.

Also, can implement some parsers manually such as the encodings (especially the fairly complicated LinkEncoding). However, should also keep a non-manually implemented parser for these to demonstrate/test the base parsers and their speed.