Skip to content

v1.4.0

Latest
Compare
Choose a tag to compare
@calebkleveter calebkleveter released this 11 Jul 22:12
· 16 commits to master since this release

Parser Rewrite

The Parser has been rewritten to create an AST (abstract syntax tree), which is then passed to the renderer to be converted to HTML.

This has a working test suite, so it should be fully functional.

Note: The tests use Swift 4.