From d09bcc0131935e2ad403aa965e9be06ddcf01c08 Mon Sep 17 00:00:00 2001 From: Eric Holk Date: Thu, 5 Jul 2012 16:31:19 -0700 Subject: Adding token tree nonterminals to earley parser. --- src/libsyntax/parse/token.rs | 1 + 1 file changed, 1 insertion(+) (limited to 'src/libsyntax/parse') diff --git a/src/libsyntax/parse/token.rs b/src/libsyntax/parse/token.rs index 1fc8b10f385..ef1d0f4bc47 100644 --- a/src/libsyntax/parse/token.rs +++ b/src/libsyntax/parse/token.rs @@ -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 { -- cgit 1.4.1-3-g733a5