summary refs log tree commit diff
path: root/src/libsyntax/ext/pipes
AgeCommit message (Collapse)AuthorLines
2012-07-09Allow defining token tree macros. They should work now!Paul Stansifer-4/+3
2012-07-06Updating tests to use pipes.Eric Holk-22/+36
2012-07-06Fixing an infinite type, updating code to match new Early parser, ↵Eric Holk-0/+63
remembering to add protocol parser.
2012-07-06pingpong protocol parses, although I should probably rewrite this to use ↵Eric Holk-8/+13
Paul's Early parser stuff.
2012-07-06Adding token tree nonterminals to earley parser.Eric Holk-2/+0
2012-07-06You can have any protocol you want, provided it's pingpong.Eric Holk-0/+574
This integrates the pipe compiler into the proto syntax extension.