Adding token tree nonterminals to earley parser.
This commit is contained in:
parent
f0ef4ef81b
commit
d09bcc0131
3 changed files with 2 additions and 2 deletions
|
@ -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 {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue