summary refs log tree commit diff
path: root/src/libsyntax/ext/tt/transcribe.rs
AgeCommit message (Collapse)AuthorLines
2012-07-09Allow defining token tree macros. They should work now!Paul Stansifer-24/+28
2012-07-05Add new syntax for interpolation and repetition, and allow the transcription ↵Paul Stansifer-8/+20
of separators.
2012-07-05Start letting the parser catch interpolated ASTs.Paul Stansifer-1/+10
2012-07-05Macro By Example transcription of token trees with interpolations and ↵Paul Stansifer-25/+122
dotdotdots.
2012-07-05Move earley_parser.rs to a more appropriate placePaul Stansifer-1/+1
2012-07-05Some rearranging in perparation for MBE-style TT transcription.Paul Stansifer-0/+114