/Python-Interpreter

Build an intepreter program using python

Primary LanguagePython

Python-Interpreter

Build an intepreter program using python

The python program evaluates for example print 2+34; s=2+3; t=9-2; print st; print (s+t) *(s-t);

it also checks if the expression is valid before evaluating.