Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
In haml command, when printing parse tree, only instantiate parser
Don't depend on creating an engine just to see the parse tree. This makes it a bit easier to hack the compiler because you can still see a parse tree even while you've temporarily broken the compiler during work.
- Loading branch information