| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2018-02-02 | Restructured the nomsu files to group all the essentials into core/ and | Bruce Hill | |
| all the optionals into lib/. lib/core.nom and tests/all.nom are no longer needed now. | |||
| 2018-01-31 | Added colons for aesthetics. | Bruce Hill | |
| 2018-01-26 | Added a ton of tests for virtually all the functionality. Helped me find | Bruce Hill | |
| and fix a lot of latent problems. | |||
| 2018-01-25 | Fixed up how_do_i with updated syntax. | Bruce Hill | |
| 2018-01-25 | Overhaul of compiling API (eliminated some of the expr/statements | Bruce Hill | |
| helpers and forced the use of {expr=..., locals=...}-type syntax. This helped fix up all of the cases like loops where locals were being mishandled and led to some cleaner code. | |||
| 2018-01-24 | Updated and improve syntax for some stuff. Also added string indexing | Bruce Hill | |
| like in python, including slices. | |||
| 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-18 | Initial commit of object oriented classes. | Bruce Hill | |
| 2018-01-12 | Added indent action | Bruce Hill | |
| 2018-01-12 | Switched to use load() with environment table instead of passing in | Bruce Hill | |
| nomsu to everything. This has some nice code cleanliness benefits. | |||
| 2018-01-11 | Reshuffled all the library code into files that make more sense and | Bruce Hill | |
| cleaned up some of the library code. | |||
| 2018-01-11 | Added "local %" macro as a stopgap for locals. | Bruce Hill | |
| 2018-01-11 | Moved text utilities into their own file. | Bruce Hill | |
