rust/src/libsyntax/parse
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
..
attr.rs Remove unused imports throughout src/ 2013-03-04 12:27:01 -05:00
classify.rs Remove unused imports throughout src/ 2013-03-04 12:27:01 -05:00
comments.rs librustc: Remove fail_unless! 2013-03-29 16:39:08 -07:00
common.rs commenting parser 2013-03-29 10:53:00 -07:00
eval.rs Get rid of structural records in libsyntax and the last bit in librustc. 2013-02-21 00:19:15 -08:00
lexer.rs auto merge of #5559 : jbclements/rust/change-to-tt-based-parsing, r=jbclements 2013-04-03 11:31:03 -07:00
mod.rs auto merge of #5559 : jbclements/rust/change-to-tt-based-parsing, r=jbclements 2013-04-03 11:31:03 -07:00
obsolete.rs librustc: Stop parsing [T * N]. 2013-03-26 21:29:35 -07:00
parser.rs auto merge of #5559 : jbclements/rust/change-to-tt-based-parsing, r=jbclements 2013-04-03 11:31:03 -07:00
prec.rs librustc: Remove the const declaration form everywhere 2013-03-22 22:24:35 -07:00
token.rs syntax: Removing uses of HashMap 2013-03-26 19:20:02 -04:00