Commit Graph

9 Commits

Author SHA1 Message Date
9441a81011 Better error reporting and error handling for chunks. 2019-01-23 15:40:07 -08:00
17822c6366 Fixed an edge case with indentation 2019-01-18 20:40:18 -08:00
32b258868c Fix for parsing an indented top_block that starts with a comment and has
code after it.
2019-01-18 15:18:49 -08:00
5c96748802 Fix for formatting indented code with the format tool. 2019-01-15 17:48:35 -08:00
3e89092833 Some changes to the error API, a fix for statement block parsing, and
replacing ((foo 1 baz)'s meaning) with $(foo 1 baz).
2019-01-01 17:17:23 -08:00
a82b0d9d24 Added support for $(foo 1 baz 2) as a way to access (foo 1 baz 2)'s
meaning.
2019-01-01 15:53:21 -08:00
b6d3cbd61c Misc changes, including text indented interpolations are now indented
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.
2019-01-01 15:07:10 -08:00
ec69ee6f62 Fixes for: indented strings ending in ", peeking at code object text
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 23:58:43 -08:00
000872840b Added new syntax file. 2018-12-30 19:04:51 -08:00