mirror of
https://github.com/Laupetin/OpenAssetTools.git
synced 2025-06-11 15:28:11 -05:00
ZoneCodeGenerator: Fix | not being a recognized token of the lexer
This commit is contained in:
@ -35,7 +35,8 @@ namespace ZoneCodeGenerator.Parsing.Impl
|
||||
'+',
|
||||
'-',
|
||||
'/',
|
||||
'\\'
|
||||
'\\',
|
||||
'|'
|
||||
};
|
||||
|
||||
private readonly IParsingFileStream fileStream;
|
||||
|
Reference in New Issue
Block a user