Files
wren/src
Bob Nystrom f2bf1104af feat: add TOKEN_STATIC_FIELD token for double-underscore prefixed identifiers
Add a new token type TOKEN_STATIC_FIELD to the compiler's token enum and
update the lexer to distinguish between single underscore (TOKEN_FIELD)
and double underscore (TOKEN_STATIC_FIELD) prefixed names. The new token
is registered in the grammar rules table as UNUSED with a TODO comment
for future implementation.
2014-01-18 17:33:18 +00:00
..