| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2018-12-18 | Initial pass on updating syntax. | Bruce Hill | |
| 2018-09-14 | Upgraded nomsu.2.peg and fixed minor bug in Source serialization in | Bruce Hill | |
| trees. | |||
| 2018-08-29 | Intermediate step in upgrading to 3.6. Fixed a bug with upgrading | Bruce Hill | |
| methods. | |||
| 2018-08-27 | Bunch of miscellaneous changes. Paved the way a little bit for having | Bruce Hill | |
| different compiler domains. | |||
| 2018-07-30 | Fix for parsing empty files, adding hex number literals (0xdeadbeef), | Bruce Hill | |
| and fix for long strings ending with an indented interpolation. | |||
| 2018-07-22 | Better handling of parsing non-filechunks text. | Bruce Hill | |
| 2018-07-22 | Updated so files without multiple chunks parse as | Bruce Hill | |
| actions/lists/blocks, etc. Also fixed escaped blocks, which weren't previously working. | |||
| 2018-07-20 | Added documentation. | Bruce Hill | |
| 2018-07-20 | Fix to prevent blocks from recursively capturing themselves. | Bruce Hill | |
| 2018-07-20 | Removed 'block' from everywhere except inside actions and | Bruce Hill | |
| 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-17 | Oops, didn't mean to check in smushed_action. | Bruce Hill | |
| 2018-07-17 | Overhaul of comment handling, plus a few fixes (e.g. a fix for indented | Bruce Hill | |
| text that begins with a nomsu comment) | |||
| 2018-07-15 | Major changes to how versioning and parsing work. This should be a | Bruce Hill | |
| 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. | |||
