| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2018-01-10 | Pretty much mostly working. | Bruce Hill | |
| 2018-01-07 | Reworking some stuff so that functions only allow expressions to be | Bruce Hill | |
| return values with either an explicit "return" statement or if they're the only line in the function, and the line is an expression. | |||
| 2018-01-07 | Some overhaul of binary operators so that arbitrary math patterns work | Bruce Hill | |
| fine. | |||
| 2018-01-05 | More cleanup of vars.XX -> \%XX | Bruce Hill | |
| 2018-01-03 | Tidying. | Bruce Hill | |
| 2018-01-03 | Reworked {} a bit and added dicts to the core language. Did some more | Bruce Hill | |
| testing on string interpolations too. | |||
| 2017-12-13 | Got it working. | Bruce Hill | |
| 2017-12-04 | Incremental progress towards working. | Bruce Hill | |
| 2017-12-04 | Some stuff changed to allow escaped args and some other ports from the | Bruce Hill | |
| two_defs branch. | |||
| 2017-11-01 | Fixed some codegen stuff, optimized "say" for the common case of string | Bruce Hill | |
| literals. | |||
