1
Fork 0

Commenting, test cases, cleanup

This commit is contained in:
John Clements 2013-02-04 13:15:17 -08:00
parent 6d09fc2cd8
commit 25c4676dfa
8 changed files with 121 additions and 31 deletions

View file

@ -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),