Floating point number literals.

This commit is contained in:
Bob Nystrom
2013-11-09 21:32:57 -08:00
parent 3cdabcb8c7
commit f19dd64f8b
14 changed files with 64 additions and 33 deletions
+1
View File
@@ -15,3 +15,4 @@ io.write(2 >= 2) // expect: true
io.write(2 >= 1) // expect: true
// TODO(bob): Wrong type for RHS.
// TODO(bob): Comparing zero and negative zero.