summary refs log tree commit diff
path: root/src/libsyntax/ext/tt/earley_parser.rs
AgeCommit message (Collapse)AuthorLines
2012-07-09'cont' -> 'again' in straggler codePaul Stansifer-1/+1
2012-07-09Allow defining token tree macros. They should work now!Paul Stansifer-8/+13
2012-07-09Add support for matchers nonterminals.Paul Stansifer-1/+7
2012-07-06Fixing an infinite type, updating code to match new Early parser, ↵Eric Holk-1/+1
remembering to add protocol parser.
2012-07-06Adding token tree nonterminals to earley parser.Eric Holk-0/+1
2012-07-05Allow soft failure of the macro parser.Paul Stansifer-11/+18
2012-07-05Start letting the parser catch interpolated ASTs.Paul Stansifer-1/+5
2012-07-05Store some span information for stride mismatches errors in MBE TT macros.Paul Stansifer-9/+14
2012-07-05Move earley_parser.rs to a more appropriate placePaul Stansifer-0/+269