Hi Christopher, the best way to start is to look at the astparser
branch. I started to create and astparser. The goal was to not directly
parse and output at one process anymore. Instead we want a compiler
pipeline where we first generate the ast then have the chance to
transform it and at the end output it via a specific compiler. First
this makes the parts are much more simple and maintainable. And we have
the chance to reuse the ast parser for VS syntax highlighting.
And after that you can start with the NHaml3 branch where sztupy started
to use the ast parser.
-Steve