Add support for assignments, function calls and pure identifiers

This commit is contained in:
Bartłomiej Pluta
2019-07-10 23:19:46 +02:00
parent 24b1012c7c
commit 18884eb5d9
10 changed files with 210 additions and 133 deletions

View File

@@ -15,7 +15,8 @@ def parse(input):
#TODO -> temporary (to remove):
MaxPrecedenceExpressionParser
MaxPrecedenceExpressionParser,
exception=RuntimeError("Nie znam tego wyrazenia")
)(input)
if result.result: