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.
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.