summary refs log tree commit diff
path: root/src/libsyntax/ext/pipes/pipec.rs
AgeCommit message (Collapse)AuthorLines
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/+392
This integrates the pipe compiler into the proto syntax extension.