Issue #13632: Update token documentation to reflect actual token types

This commit is contained in:
Meador Inge 2011-12-23 22:30:16 -06:00
parent 57f97f400b
commit ac007ba686
1 changed files with 2 additions and 1 deletions

View File

@ -68,7 +68,6 @@ The token constants are:
EQUAL EQUAL
DOT DOT
PERCENT PERCENT
BACKQUOTE
LBRACE LBRACE
RBRACE RBRACE
EQEQUAL EQEQUAL
@ -94,6 +93,8 @@ The token constants are:
DOUBLESLASH DOUBLESLASH
DOUBLESLASHEQUAL DOUBLESLASHEQUAL
AT AT
RARROW
ELLIPSIS
OP OP
ERRORTOKEN ERRORTOKEN
N_TOKENS N_TOKENS