Adding token tree nonterminals to earley parser.

This commit is contained in:
Eric Holk 2012-07-05 16:31:19 -07:00
parent f0ef4ef81b
commit d09bcc0131
3 changed files with 2 additions and 2 deletions

View file

@ -96,6 +96,7 @@ enum whole_nt {
w_ty( @ast::ty),
w_ident(str_num, bool),
w_path(@ast::path),
w_tt(ast::token_tree),
}
fn binop_to_str(o: binop) -> str {