ZoneCodeGenerator: Add "." to be recognized as a single token by the lexer

This commit is contained in:
Jan
2019-12-03 23:26:56 +01:00
parent 3276050e45
commit ce9d0d37de
2 changed files with 3 additions and 0 deletions

View File

@ -18,6 +18,7 @@ namespace ZoneCodeGenerator.Parsing.Impl
'{',
'}',
',',
'.',
'=',
'(',
')',