arnigeir / simple

Simple math language
0 stars 0 forks source link

Implement a basic math expression parser #1

Open arnigeir opened 9 years ago

arnigeir commented 9 years ago

The parser should successively parse the following script and print out all evaluated variable values

a=2.5+2+1
b=3.5-1.5
c=1/2
d=2*2
e=-1
f=3*-2
g=3*(-2)
arnigeir commented 9 years ago

Áætla 160 tíma á þetta.