diff options
Diffstat (limited to 'consts.py')
| -rw-r--r-- | consts.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -13,7 +13,7 @@ class TokenType: class NodeType: ( - NUMBER, OPERATOR, SYMBOL, FUNCALL, UNARY, ASSIGNMENT, *_ + NUMBER, OPERATOR, SYMBOL, FUNCALL, ARGUMENTS, UNARY, ASSIGNMENT, *_ ) = range(100) |