Remove old things

master
Salvo 'LtWorf' Tomaselli 2020-06-09 10:14:19 +07:00
parent a8426840da
commit 6c677452e8
No known key found for this signature in database
GPG Key ID: B3A7CF0C801886CF
1 changed files with 0 additions and 8 deletions

@ -414,11 +414,3 @@ def parse(expr: str) -> CallableString:
Python expression.
'''
return tree(expr).toPython()
if __name__ == "__main__":
while True:
e = input("Expression: ")
print (parse(e))
# Backwards compatibility
node = Node