summaryrefslogtreecommitdiff
path: root/build.sh
AgeCommit message (Expand)Author
2019-09-01unicode ident namesLeo Tenenbaum
2019-09-01improved the way identifiers worked (now they use a single block array)Leo Tenenbaum
2019-08-30improved assignment; added arraysLeo Tenenbaum
2019-08-28Improved types (now gives error when you annotate the wrong type)Leo Tenenbaum
2019-08-27checked undeclared identifiers; not totally done yetLeo Tenenbaum
2019-08-22generating function declarations & definitionsLeo Tenenbaum
2019-08-20started function callsLeo Tenenbaum
2019-08-19Added basic unary/binary expressionsLeo Tenenbaum
2019-08-18Added string constants and improved tokenizationLeo Tenenbaum
2019-08-16Basic tokenizationLeo Tenenbaum