mirror of
https://github.com/TES3MP/TES3MP.git
synced 2025-09-26 22:45:15 -04:00
allow the use of the keyword end as a variable name in an expression
This commit is contained in:
parent
ac8290c4d3
commit
309573a3ac
@ -355,6 +355,11 @@ namespace Compiler
|
||||
}
|
||||
}
|
||||
|
||||
if (keyword==Scanner::K_end)
|
||||
{
|
||||
return parseName (loc.mLiteral, loc, scanner);
|
||||
}
|
||||
|
||||
mFirst = false;
|
||||
|
||||
if (!mExplicit.empty())
|
||||
|
Loading…
x
Reference in New Issue
Block a user