log

age author description
Sat, 30 May 2009 15:38:03 -0700 Atul Varma renamed left/right parens to be plain english and not koderSpeak
Sat, 30 May 2009 15:36:57 -0700 Atul Varma parser now ensures that it's done when it thinks it is
Sat, 30 May 2009 15:26:31 -0700 Atul Varma added support for parentheses
Sat, 30 May 2009 13:36:15 -0700 Atul Varma added multiplication and division
Sat, 30 May 2009 13:31:37 -0700 Atul Varma renamed BinaryOperator to BinaryOp, UnaryOperator to UnaryOp.
Sat, 30 May 2009 13:28:20 -0700 Atul Varma renamed computeSelf and computeLeft to nullDenotation and leftDenotation.
Sat, 30 May 2009 13:23:01 -0700 Atul Varma massive refactoring/almost-complete rewrite.
Fri, 29 May 2009 22:16:51 -0700 Atul Varma refactored tokenizer
Fri, 29 May 2009 18:13:55 -0700 Atul Varma added basic parsing
Fri, 29 May 2009 15:40:53 -0700 Atul Varma origination