mirror of
https://github.com/Laupetin/OpenAssetTools.git
synced 2025-06-11 15:28:11 -05:00
ZoneCodeGenerator: Add "." to be recognized as a single token by the lexer
This commit is contained in:
@ -18,6 +18,7 @@ namespace ZoneCodeGenerator.Parsing.Impl
|
||||
'{',
|
||||
'}',
|
||||
',',
|
||||
'.',
|
||||
'=',
|
||||
'(',
|
||||
')',
|
||||
|
Reference in New Issue
Block a user