Moved QuoteMacro evaluation into the Parser from the Lexer, and changed the configura...
commit24121648088c7071237b5410c8af58c475deec5b
authorBrian T. Rice <briantrice@gmail.com>
Wed, 16 Mar 2011 02:34:44 +0000 (15 19:34 -0700)
committerBrian T. Rice <briantrice@gmail.com>
Wed, 16 Mar 2011 02:57:34 +0000 (15 19:57 -0700)
treeedf788c4577f62900548862502eddbe0bdab45f5
parent753836af4206b028964022059128dc797d60bafb
Moved QuoteMacro evaluation into the Parser from the Lexer, and changed the configuration from a Dictionary of blocks to a set of methods dispatching on the prefix selector. Trailing flags are also supported now.
src/syntax/lexer.slate
src/syntax/token.slate