Commit Graph
155 Commits
Author SHA1 Message Date
Bob Nystrom 64f1b39ee9 Get infix arithmetic operators working. 2013-10-31 07:04:44 -07:00
Bob Nystrom 9208a7f862 Start testing errors.
- Add support to test runner for compile errors.
- Include line number in tokens.
- Exit with non-zero on compile error.
2013-10-28 07:12:39 -07:00
Bob Nystrom db14c531b8 More tests for primitives. 2013-10-28 06:53:51 -07:00
Bob Nystrom f5d9908346 String literal tests. 2013-10-28 06:45:19 -07:00
Bob Nystrom 95fb0863d9 Add IO class.
With io.write(), can start writing tests now.
2013-10-27 22:45:40 -07:00