mirror of
https://github.com/UpsilonNumworks/Upsilon.git
synced 2026-03-18 21:30:38 +01:00
Merge remote-tracking branch 'upstream/master' into omega-dev-e13
This commit is contained in:
@@ -460,8 +460,9 @@ void Parser::parseCustomIdentifier(Expression & leftHandSide, const char * name,
|
||||
}
|
||||
bool poppedParenthesisIsSystem = false;
|
||||
|
||||
/* Check the context: if the identifier does not already exist as a function,
|
||||
* interpret it as a symbol, even if there are parentheses afterwards. */
|
||||
/* If symbolPlusParenthesesAreFunctions is false, check the context: if the
|
||||
* identifier does not already exist as a function, interpret it as a symbol,
|
||||
* even if there are parentheses afterwards. */
|
||||
|
||||
Context::SymbolAbstractType idType = Context::SymbolAbstractType::None;
|
||||
if (m_context != nullptr && !symbolPlusParenthesesAreFunctions) {
|
||||
|
||||
Reference in New Issue
Block a user