summary refs log tree commit diff
path: root/src/libsyntax/ext/tt
AgeCommit message (Expand)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-32/+124
2012-07-09Add support for matchers nonterminals.Paul Stansifer-1/+7
2012-07-06Fixing an infinite type, updating code to match new Early parser, remembering...Eric Holk-1/+1
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-05Add new syntax for interpolation and repetition, and allow the transcription ...Paul Stansifer-8/+20
2012-07-05Start letting the parser catch interpolated ASTs.Paul Stansifer-2/+15
2012-07-05Macro By Example transcription of token trees with interpolations and dotdotd...Paul Stansifer-25/+122
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-1/+270
2012-07-05Some rearranging in perparation for MBE-style TT transcription.Paul Stansifer-0/+114