Fix parser to handle shortform equations (fix bad operator parsing). Add back lines to prelude for line numbers

This commit is contained in:
Jonathan Turner
2009-09-09 14:11:03 +00:00
parent daee00da95
commit f23f0edc70
4 changed files with 258 additions and 251 deletions

View File

@@ -0,0 +1,4 @@
var x=.5
print(x)
var y=-.5
print(y)

View File

@@ -0,0 +1,2 @@
0.5
-0.5