--- a +++ b/templates/parser/evaluateBools.py @@ -0,0 +1,3 @@ +import sys + +print(eval(sys.argv[1]))