| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2018-04-08 | Cleaned up LHS of "." operator to avoid adding unnecessary parens so | Bruce Hill | |
| Lua's parser doesn't get confused by (x).y = 1. | |||
| 2018-04-06 | Initial working version. | Bruce Hill | |
| 2018-02-13 | Initial branch of switching to using immutable types. | Bruce Hill | |
| 2018-01-30 | Added back in support for ":" indented blocks | Bruce Hill | |
| 2018-01-30 | Removed indented interpolations for inline strings. | Bruce Hill | |
| 2018-01-30 | Overhaul of indentations. Now strictly requiring exactly 4 spaces | Bruce Hill | |
| everywhere, and supporting indented string interpolations. | |||
| 2018-01-26 | Removed "\.." syntax, and just added support for the literal ".." as | Bruce Hill | |
| long as it's not followed by an indented region. | |||
| 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 | |
