Add support for assignments, function calls and pure identifiers
This commit is contained in:
@@ -15,7 +15,8 @@ def parse(input):
|
||||
|
||||
|
||||
#TODO -> temporary (to remove):
|
||||
MaxPrecedenceExpressionParser
|
||||
MaxPrecedenceExpressionParser,
|
||||
exception=RuntimeError("Nie znam tego wyrazenia")
|
||||
)(input)
|
||||
|
||||
if result.result:
|
||||
|
||||
Reference in New Issue
Block a user