diff --git a/src/Parser/Parser.cpp b/src/Parser/Parser.cpp index 84fa1e4..06a562c 100644 --- a/src/Parser/Parser.cpp +++ b/src/Parser/Parser.cpp @@ -324,7 +324,7 @@ namespace MalachScript::Parser { default: lookingForFuncAttr = false; break; } } - _currentToken = current; + currentToken = current; return true; }