Bruce Hill
|
3fd5687370
|
Fixed up line numbers for generated code.
|
2018-07-10 17:10:59 -07:00 |
|
Bruce Hill
|
9f08215dfb
|
Moved console colors from core/ into lib/
|
2018-06-23 18:04:23 -07:00 |
|
Bruce Hill
|
16d127abb5
|
Initial working version.
|
2018-06-18 15:44:35 -07:00 |
|
Bruce Hill
|
5629b81f78
|
Updating tests.
|
2018-06-15 00:40:40 -07:00 |
|
Bruce Hill
|
b12744d831
|
Some cleanup and fixes. Simplifying a lot of code, and extending the
flexibility of scoping. Redesigned Object system too.
|
2018-06-14 23:25:34 -07:00 |
|
Bruce Hill
|
810ae220bc
|
Added list/dict metatables to make comparison and string representations
simpler. Also deleted Counters.
|
2018-06-06 13:25:34 -07:00 |
|
Bruce Hill
|
bf60ac28c5
|
Overhaul with smaller, more concise codebase around defining
actions/macros, and deleting some dead code.
|
2018-05-03 21:56:31 -07:00 |
|
Bruce Hill
|
b54829de36
|
Better text interpolation/handling of "\". Also added syntax support for
(statement; statement)
|
2018-04-27 16:45:35 -07:00 |
|
Bruce Hill
|
5d59d510cd
|
Removing end-of-line ":" and "(..)" for blocks (they just use
indentation now).
|
2018-04-25 16:31:09 -07:00 |
|
Bruce Hill
|
df3da8ed59
|
Added unicode test.
|
2018-02-07 14:24:33 -08:00 |
|
Bruce Hill
|
505fec2a61
|
Restructured the nomsu files to group all the essentials into core/ and
all the optionals into lib/. lib/core.nom and tests/all.nom are no
longer needed now.
|
2018-02-02 15:49:42 -08:00 |
|
Bruce Hill
|
90c56d3135
|
Added a ton of tests for virtually all the functionality. Helped me find
and fix a lot of latent problems.
|
2018-01-26 20:20:38 -08:00 |
|