Bug fixed

This commit is contained in:
Valk Richard Li
2019-09-11 07:42:25 -05:00
committed by GitHub
parent ac917df44e
commit 7615c73aed
6 changed files with 228 additions and 27 deletions
+1 -1
View File
@@ -225,7 +225,7 @@ class nasal_lexer
}
else if(temp=='(' || temp==')' || temp=='[' || temp==']' || temp=='{' ||
temp=='}' || temp==',' || temp==';' || temp=='|' || temp==':' ||
temp=='?' || temp=='.' || temp=='`' || temp=='&'||
temp=='?' || temp=='.' || temp=='`' || temp=='&' || temp=='@' ||
temp=='%' || temp=='$' || temp=='^')
{
__token+=temp;