Remove old things

This commit is contained in:
Salvo 'LtWorf' Tomaselli
2020-06-09 10:14:19 +02:00
parent a8426840da
commit 6c677452e8

View File

@@ -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