Bruce Hill
|
e476bfea52
|
Improved code generation for "when" statements using elseif, and
improved code generation for loops by omitting goto labels when not used.
|
2017-10-13 18:09:04 -07:00 |
|
Bruce Hill
|
6a429d7955
|
Added "unless" to core.
|
2017-10-07 16:38:13 -07:00 |
|
Bruce Hill
|
ba078a11b9
|
Added how do I.
|
2017-10-04 18:04:33 -07:00 |
|
Bruce Hill
|
2856a76a8d
|
Playing with formatting.
|
2017-10-02 19:28:42 -07:00 |
|
Bruce Hill
|
d52044e913
|
Removed tutorial (redundant with examples/how_do_i.nom)
|
2017-10-02 19:24:47 -07:00 |
|
Bruce Hill
|
9f4aa6a2e0
|
Added some ansi color escapes.
|
2017-10-02 19:23:56 -07:00 |
|
Bruce Hill
|
63ed265157
|
More progress towards making everything work.
|
2017-10-02 19:00:58 -07:00 |
|
Bruce Hill
|
dcd3391b36
|
Updated to undo some of the block/thunk stuff. Thunks are thunks, and
expressions can be grouped with parens, and they have a clear
distinction.
|
2017-10-02 17:21:22 -07:00 |
|
Bruce Hill
|
e2bbbfe161
|
More stuff is working more better.
|
2017-09-29 22:04:03 -07:00 |
|
Bruce Hill
|
af3274ca92
|
massive overhaul, compiler kinda works.
|
2017-09-24 20:20:27 -07:00 |
|
Bruce Hill
|
e4660b169c
|
Renamed compiler -> nomsu for concision and clarity.
|
2017-09-22 11:56:46 -07:00 |
|
Bruce Hill
|
5f2db8da0e
|
Everything fixed up and some reduced lua codespew too!
|
2017-09-21 02:33:04 -07:00 |
|
Bruce Hill
|
0750d64262
|
Updated all the code to work with the latest nomsu.
|
2017-09-20 05:02:53 -07:00 |
|
Bruce Hill
|
18365e02b1
|
Recompiled.
|
2017-09-20 04:43:50 -07:00 |
|
Bruce Hill
|
6e46f042fd
|
Mostly working overhaul again that strips out ending lines with "..",
and simplifies a lot of the code. Also stripped out Expression, which
was just a useless level of indirection.
|
2017-09-20 03:06:15 -07:00 |
|
Bruce Hill
|
a6cd8907c8
|
Improved source code business.
|
2017-09-19 01:30:05 -07:00 |
|
Bruce Hill
|
b1b36fead5
|
Added require instead of run file.
|
2017-09-19 00:35:37 -07:00 |
|
Bruce Hill
|
3b10a60826
|
Moved core into lib/ and recompiled.
|
2017-09-19 00:30:47 -07:00 |
|
Bruce Hill
|
0ee5b58882
|
Buncha updates to the sample code and core lib.
|
2017-09-19 00:29:31 -07:00 |
|
Bruce Hill
|
2c4acdfe67
|
More major overhaulage.
|
2017-09-18 22:41:50 -07:00 |
|
Bruce Hill
|
15886aa579
|
Major overhaul of core to make it more familiar feeling.
|
2017-09-18 19:23:31 -07:00 |
|
Bruce Hill
|
2cf8a96c70
|
Fixed out-of-order invocation args.
|
2017-09-14 05:44:55 -07:00 |
|
Bruce Hill
|
eefbdec53a
|
Added some examples to the tutorial.
|
2017-09-14 04:36:32 -07:00 |
|
Bruce Hill
|
27f89faaee
|
Tweaked apostrophe rules to make %x's %y work.
|
2017-09-14 04:31:46 -07:00 |
|
Bruce Hill
|
02cda763c5
|
Added dict example to tutorial
|
2017-09-14 04:23:18 -07:00 |
|
Bruce Hill
|
39a92bd1ab
|
Tightened up graphics on level 4
|
2017-09-14 03:23:37 -07:00 |
|
Bruce Hill
|
83463f11c5
|
Working string interpolation!
|
2017-09-14 02:41:10 -07:00 |
|
Bruce Hill
|
0f228d2d25
|
Changed comments to use # and #.. instead of (# #), which is more
consistent with the language's attitude towards code blocks and
indentation. No more long-range action closing parens.
|
2017-09-14 00:09:54 -07:00 |
|
Bruce Hill
|
ac8dcb2ebf
|
Tweaks to the tutorial.
|
2017-09-12 22:25:08 -07:00 |
|
Bruce Hill
|
54c2959409
|
Renamed game -> compiler.
|
2017-09-12 22:23:36 -07:00 |
|
Bruce Hill
|
7d6af57f2c
|
Added readme and moved examples into a directory.
|
2017-09-12 21:48:35 -07:00 |
|