Commit Graph

17 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
a7d912a33a Initial pass on updating syntax. 2018-12-18 19:30:12 -08:00
Bruce Hill
21d0d7901c Upgraded nomsu.2.peg and fixed minor bug in Source serialization in
trees.
2018-09-14 14:12:22 -07:00
Bruce Hill
23b52bc22d Intermediate step in upgrading to 3.6. Fixed a bug with upgrading
methods.
2018-08-29 15:03:03 -07:00
Bruce Hill
930d522fbc Bunch of miscellaneous changes. Paved the way a little bit for having
different compiler domains.
2018-08-27 13:39:22 -07:00
Bruce Hill
aafce3a765 Fix for parsing empty files, adding hex number literals (0xdeadbeef),
and fix for long strings ending with an indented interpolation.
2018-07-30 13:47:40 -07:00
Bruce Hill
4fa9757fa2 Better handling of parsing non-filechunks text. 2018-07-22 14:57:56 -07:00
Bruce Hill
4af50ab2dd Updated so files without multiple chunks parse as
actions/lists/blocks, etc. Also fixed escaped blocks, which weren't
previously working.
2018-07-22 13:26:35 -07:00
Bruce Hill
878fff6db5 Added documentation. 2018-07-20 19:36:18 -07:00
Bruce Hill
9cfabfd435 Fix to prevent blocks from recursively capturing themselves. 2018-07-20 18:07:12 -07:00
Bruce Hill
568e21dc29 Removed 'block' from everywhere except inside actions and
FileChunks. They're not really supposed to go there, and if they do, it
will cause an error on compilation. This just fixes that to be a parse
error instead of a compile error.
2018-07-20 17:54:58 -07:00
Bruce Hill
77a338c167 Oops, didn't mean to check in smushed_action. 2018-07-17 17:25:28 -07:00
Bruce Hill
0442c8dd21 Overhaul of comment handling, plus a few fixes (e.g. a fix for indented
text that begins with a nomsu comment)
2018-07-17 14:12:51 -07:00
Bruce Hill
be06fc096a Major changes to how versioning and parsing work. This should be a
better path going forward to handling upgrades. Old syntax files will
stick around for compatibility purposes. Old syntax can be parsed into
valid syntax trees via the old syntax (.peg) files, and then old syntax
trees should be valid and can be upgraded via the normal code path. This
change has lots of improvements to Nomsu codegen too.
2018-07-15 19:43:28 -07:00