Sun, 09 Feb 2014 15:03:44 +0200
- whoopsie, cannot allow garbage variable names there
src/Parser.cc | file | annotate | diff | comparison | revisions |
--- a/src/Parser.cc Sun Feb 09 14:56:58 2014 +0200 +++ b/src/Parser.cc Sun Feb 09 15:03:44 2014 +0200 @@ -335,7 +335,7 @@ (TokenIs (tkStr)) ? EStringType : EBoolType; - mLexer->MustGetNext(); + mLexer->MustGetNext (tkSymbol); String varname = GetTokenString(); if (varname[0] >= '0' && varname[0] <= '9')