Get infix arithmetic operators working.
This commit is contained in:
@@ -0,0 +1,4 @@
|
||||
io.write(3 + 5 + 2) // expect: 10
|
||||
|
||||
// TODO(bob): Floating point numbers.
|
||||
// TODO(bob): Unsupported RHS types.
|
||||
Reference in New Issue
Block a user