hrs/blueprint

Reimplement the lexer and parser in Parslet

hrs opened this issue · 1 comments

hrs commented

Parslet or something similar (Ragel?) would clean up some of the nasty ad-hoc state-machine malarky. It'd also make it easier to add new syntax (quotes, strings, ...) in the future.

hrs commented

Fixed in 8d99016.