Commenting, test cases, cleanup
This commit is contained in:
parent
6d09fc2cd8
commit
25c4676dfa
8 changed files with 121 additions and 31 deletions
|
@ -86,6 +86,7 @@ pub enum Token {
|
|||
LIT_STR(ast::ident),
|
||||
|
||||
/* Name components */
|
||||
// an identifier contains an "is_mod_name" boolean.
|
||||
IDENT(ast::ident, bool),
|
||||
UNDERSCORE,
|
||||
LIFETIME(ast::ident),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue