rust/src/libsyntax/ext/tt
bors 6153aae809 auto merge of #5559 : jbclements/rust/change-to-tt-based-parsing, r=jbclements
Changes the parser to parse all streams into token-trees before hitting the parser proper, in preparation for hygiene.  As an added bonus, it appears to speed up the parser (albeit by a totally imperceptible 1%).

Also, many comments in the parser.
Also, field renaming in token-trees (readme->forest, cur->stack).
2013-04-03 11:31:03 -07:00
..
macro_parser.rs librustc: Remove fail_unless! 2013-03-29 16:39:08 -07:00
macro_rules.rs Removing unused imports 2013-03-28 23:56:46 -04:00
transcribe.rs field renaming 2013-03-29 10:53:00 -07:00