Hi Thiel, > I am want to do three address code generation after having parsed syntax > rules.
Maybe just write Ruby classes and Ruby code for that? [1] (Specifically, the AST nodes are plain Ruby and the interpretation step is not in any way connected to parslet.) regards, kaspar [1] http://kschiess.github.com/parslet/get-started.html
