Add _ to the set of characters allowed in tokens
This commit is contained in:
@@ -252,7 +252,7 @@ Update 2: I don't remember using userdata objects at all. I am not sure that Upd
|
||||
## Token Literal Syntax Patch
|
||||
|
||||
Tokens are lightuserdata values encoding short alphanumeric
|
||||
strings as base37 numbers (see `Tokens-A-New-Lua-Type.md`).
|
||||
strings as base38 numbers (see `Tokens-A-New-Lua-Type.md`).
|
||||
This patch adds a literal syntax to the Lua parser so that
|
||||
tokens can be written directly in Lua source code using the
|
||||
`@` prefix:
|
||||
|
||||
Reference in New Issue
Block a user