| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2018-01-23 | Removed dead code. | Bruce Hill | |
| 2018-01-19 | Refactored syntax a bit so that ":" isn't necessary for a block, and can | Bruce Hill | |
| be used for inline expressions instead. Also, dict literals now use ":" instead of "=". | |||
| 2018-01-15 | Added support for translating comments instead of dropping them. | Bruce Hill | |
| 2018-01-11 | Fixed an error in the peg for dicts. | Bruce Hill | |
| 2018-01-11 | Renamed String -> Text | Bruce Hill | |
| 2018-01-08 | Modernized the codebase a bit to include "immediately:" for immediately | Bruce Hill | |
| running code before further parsing takes place. That means that in the default case, whole files can be run at once, which makes all but the weirdest edge cases make a lot more sense and operate smoothly. | |||
| 2018-01-07 | Removed semicolons and compound statements, added support for (foo: a b) | Bruce Hill | |
| style syntax for thunks that continue till the end of paren groups. | |||
| 2018-01-03 | Updated examples and made operator characters not stick to each other. | Bruce Hill | |
| Useful for <%x>=6 properly registering as <%x> = 6. | |||
| 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-30 | Got everything mostly working. | Bruce Hill | |
