| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2019-01-23 | Better error reporting and error handling for chunks. | Bruce Hill | |
| 2019-01-18 | Fixed an edge case with indentation | Bruce Hill | |
| 2019-01-18 | Fix for parsing an indented top_block that starts with a comment and has | Bruce Hill | |
| code after it. | |||
| 2019-01-15 | Fix for formatting indented code with the format tool. | Bruce Hill | |
| 2019-01-01 | Some changes to the error API, a fix for statement block parsing, and | Bruce Hill | |
| replacing ((foo 1 baz)'s meaning) with $(foo 1 baz). | |||
| 2019-01-01 | Added support for $(foo 1 baz 2) as a way to access (foo 1 baz 2)'s | Bruce Hill | |
| meaning. | |||
| 2019-01-01 | Misc changes, including text indented interpolations are now indented | Bruce Hill | |
| relative to the text, not the opening '("', code objects can now remove all free vars, the REPL uses global vars. Error API is changing a bit. | |||
| 2018-12-30 | Fixes for: indented strings ending in ", peeking at code object text | Bruce Hill | |
| before modifying them, and major upgrades to the nomsu codegen, including support for indented inline arguments (instead of using "\n..") and just generally better line wrapping, including finally good rules for when to use indented text (for almost all cases). | |||
| 2018-12-30 | Added new syntax file. | Bruce Hill | |
