Merge pull request #7907 from GULPF/lexer-unicode-fix

Lexer fix for multi byte characters
This commit is contained in:
Andreas Rumpf
2018-06-06 11:42:59 +02:00
committed by GitHub
5 changed files with 29 additions and 22 deletions

View File

@@ -130,7 +130,7 @@ proc nimNumber(g: var GeneralTokenizer, position: int): int =
const
OpChars = {'+', '-', '*', '/', '\\', '<', '>', '!', '?', '^', '.',
'|', '=', '%', '&', '$', '@', '~', ':', '\x80'..'\xFF'}
'|', '=', '%', '&', '$', '@', '~', ':'}
proc nimNextToken(g: var GeneralTokenizer) =
const