Remove old things
This commit is contained in:
parent
a8426840da
commit
6c677452e8
@ -414,11 +414,3 @@ def parse(expr: str) -> CallableString:
|
|||||||
Python expression.
|
Python expression.
|
||||||
'''
|
'''
|
||||||
return tree(expr).toPython()
|
return tree(expr).toPython()
|
||||||
|
|
||||||
if __name__ == "__main__":
|
|
||||||
while True:
|
|
||||||
e = input("Expression: ")
|
|
||||||
print (parse(e))
|
|
||||||
|
|
||||||
# Backwards compatibility
|
|
||||||
node = Node
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user