126f51f955Removing varargs from free var functions.
Bruce Hill
2018-05-04 13:49:09 -0700
a5bbce315dMinor tweaks/cleanups.
Bruce Hill
2018-05-03 22:33:44 -0700
bf60ac28c5Overhaul with smaller, more concise codebase around defining actions/macros, and deleting some dead code.
Bruce Hill
2018-05-03 21:56:07 -0700
2abaf67b66Fix for compile lib putting the files in the wrong place.
Bruce Hill
2018-05-03 21:55:46 -0700
36ead4d82bCleanup of unnecessary parens in generated lua code for math operations.
Bruce Hill
2018-05-03 16:37:48 -0700
e64a91b8baBetter error reporting and codegen.
Bruce Hill
2018-05-03 16:30:55 -0700
35a5539185Fix for math expression parsing
Bruce Hill
2018-04-30 14:50:25 -0700
bf24824660Improving idiomatic nomsu codegen
Bruce Hill
2018-04-28 20:45:17 -0700
85c5511fa5Fixed compile_lib and cleaned up control_flow
Bruce Hill
2018-04-28 19:37:51 -0700
05528c50ecFurther improvements on the CLI.
Bruce Hill
2018-04-28 19:16:39 -0700
3a049c15dfImprovements to command line file handling.
Bruce Hill
2018-04-28 18:07:14 -0700
df9a82a971Overhaul of command-line API. It's a bit cleaner now.
Bruce Hill
2018-04-28 17:08:28 -0700
d13a945b5fRemoved LFS dependency in favor of just using find
Bruce Hill
2018-04-28 15:25:12 -0700
23022dc88cRe-added (..), which is necessary for long expressions as first arg to an action.
Bruce Hill
2018-04-28 15:20:48 -0700
b54829de36Better text interpolation/handling of "\". Also added syntax support for (statement; statement)
Bruce Hill
2018-04-27 16:45:11 -0700
6fecb5d395Cleaning up codegen and TODO
Bruce Hill
2018-04-26 14:04:51 -0700
7f99c70d56Fixed renaming lua_obj->code_obj
Bruce Hill
2018-04-26 14:00:01 -0700
4892c63e92Renamed lua_obj -> code_obj
Bruce Hill
2018-04-25 17:56:18 -0700
4e821308afOverhauling parsing of Blocks (can no longer contain only one statement)
Bruce Hill
2018-04-25 17:43:48 -0700
5d59d510cdRemoving end-of-line ":" and "(..)" for blocks (they just use indentation now).
Bruce Hill
2018-04-25 16:30:49 -0700
50a092e4b5Got nomsu codegen working again.
Bruce Hill
2018-04-25 16:04:46 -0700
cb28f52b41Updated block-style text interpolation to have less redundancy.
Bruce Hill
2018-04-25 15:37:13 -0700
ec5d730fa0Switched repr() to only return ""-style strings, and not [[]]-style, which helps with indenting generated lua code correctly. Also made a few ergonomic fixes/changes for line breaking.
Bruce Hill
2018-04-24 20:38:25 -0700
bb31a98a56Recompiling.
Bruce Hill
2018-04-24 20:17:19 -0700
bff93d386cRefactor to improve indentation and move as_nomsu() into tree methods.
Bruce Hill
2018-04-24 20:16:46 -0700
34a2f50ebcDeleted habit breaker.
Bruce Hill
2018-04-20 17:00:28 -0700
dec5ee8262Lots of optimizations.
Bruce Hill
2018-04-20 16:23:53 -0700
14bda2fb2dCleanups and optimizations.
Bruce Hill
2018-04-20 14:33:49 -0700
931ae40f40Fixed compiling to .lua files
Bruce Hill
2018-04-19 19:43:23 -0700
928e78f252Updated.
Bruce Hill
2018-04-19 19:23:15 -0700
310712385bMade Source a little more concise.
Bruce Hill
2018-04-19 17:38:31 -0700
ecb4341bdcSwitched last char check to first char so foo[x] doesn't get mixed up with [[foo]].
Bruce Hill
2018-04-19 17:27:42 -0700
da33269c30All tests passing (except object)
Bruce Hill
2018-04-19 17:23:44 -0700
dcb380f1f6More cleanup, slowly working through operators/control_flow
Bruce Hill
2018-04-18 17:41:40 -0700
ec17442090Cleaning up.
Bruce Hill
2018-04-18 15:45:58 -0700
16f3a189fdMore working, shifting towards having Lua and Nomsu objects instead of just strings.
Bruce Hill
2018-04-18 15:28:46 -0700
b589c23741Disabled comment transpilation for now.
Bruce Hill
2018-04-17 14:47:28 -0700
26d0de8299Partially working, at least for metaprogramming.nom
Bruce Hill
2018-04-17 14:36:44 -0700
54fc7fc440Moving tree_to_lua into each of the Nomsu tree types, which are now in their own file.
Bruce Hill
2018-04-17 14:18:23 -0700
25e06d1fceGetting closer.
Bruce Hill
2018-04-13 15:29:16 -0700
8f6f941d89Added lua_obj.lua
Bruce Hill
2018-04-13 14:55:20 -0700
222d4d0727More correct and more working.
Bruce Hill
2018-04-13 14:54:35 -0700
b05a46c78cIncremental progress.
Bruce Hill
2018-04-12 20:39:17 -0700
1de29826a8Incremental progress towards working.
Bruce Hill
2018-04-12 18:01:51 -0700
17a2bded6aIncremental progress.
Bruce Hill
2018-04-11 21:07:13 -0700
b9827b1745Work in progress...
Bruce Hill
2018-04-11 20:05:12 -0700
ab8ccf4e27Off by one error.
Bruce Hill
2018-04-09 19:45:38 -0700
d42d20c50aRe-added callstack callsite info. It's a bit hacky, but better than nothing.
Bruce Hill
2018-04-09 18:58:05 -0700
86925c5b3aPatched debug.getinfo to return reasonable info for nomsu functions.
Bruce Hill
2018-04-08 18:23:46 -0700
618bd47765Typo caused metadata to go missing.
Bruce Hill
2018-04-08 18:11:44 -0700
4e51768ebdImproved codegen code.
Bruce Hill
2018-04-08 16:06:31 -0700
680006b25aSwitched to use "." syntax.
Bruce Hill
2018-04-08 16:01:18 -0700
fd621a1062Cleaned up LHS of "." operator to avoid adding unnecessary parens so Lua's parser doesn't get confused by (x).y = 1.
Bruce Hill
2018-04-08 15:41:05 -0700
a49e97f0e3Retrofitted "%'s %" to parse as dot syntax.
Bruce Hill
2018-04-06 16:53:30 -0700
227b944badInitial working version.
Bruce Hill
2018-04-06 16:45:51 -0700
9109a090ebBetter repr.
Bruce Hill
2018-03-22 13:56:31 -0700
972de38421Minor cleanup.
Bruce Hill
2018-03-06 16:50:20 -0800
4bc1f59725Removed cached() since it wasn't actually helping perf.
Bruce Hill
2018-03-06 15:29:44 -0800
9b1297ef88Removed building tests.
Bruce Hill
2018-03-06 15:17:47 -0800
9564492cf1More support for optional metadata and better Tuple support.
Bruce Hill
2018-03-05 18:46:13 -0800
4c693d7474Updated for optional metadata support.
Bruce Hill
2018-03-05 18:44:26 -0800
885c42bcfeUpdated to fit immutable lib update.
Bruce Hill
2018-02-27 14:31:19 -0800
a9c4b78074Initial branch of switching to using immutable types.
Bruce Hill
2018-02-13 15:17:45 -0800
da65c91cb6Cleanup of replaced vars, now uses tree_map()
Bruce Hill
2018-02-12 14:47:56 -0800
02af19153eMoved over to have tree metadata stored outside the tree. This paves the way for programmatically generating trees more easily.
Bruce Hill
2018-02-08 16:22:57 -0800
df3da8ed59Added unicode test.
Bruce Hill
2018-02-07 14:24:28 -0800
3661754ed9Reverted to ACTIONS instead of ACTION and added 'show lua %' macro.
Bruce Hill
2018-02-06 22:06:39 -0800
e8d5d2a240Added check for circular imports.
Bruce Hill
2018-02-05 15:34:57 -0800
d02b4b8718Added a bunch of metamethod stuff.
Bruce Hill
2018-02-05 15:11:42 -0800
1334030285Added 'square root of %' alias.
Bruce Hill
2018-02-05 15:11:06 -0800
667e5f3f81Fixed bug with iteration over range that starts after 1, and added an append alias that puts the list first.
Bruce Hill
2018-02-05 15:10:22 -0800
f58dc0fcb7Reverted "use %" to expr-like behavior with return values preserved.
Bruce Hill
2018-02-05 15:09:44 -0800
e8f9ef36d6Updated gitignore.
Bruce Hill
2018-02-02 15:59:00 -0800
505fec2a61Restructured 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.
Bruce Hill
2018-02-02 15:48:28 -0800
513c721198Updated 'use %' to support directories, and cleaned up action_metadata a tiny bit.
Bruce Hill
2018-02-02 13:59:58 -0800
75c6755d32Switched accumulate() to return a table, not a string.
Bruce Hill
2018-02-01 16:40:06 -0800
f1d4a568a3Added test for OO.
Bruce Hill
2018-01-31 15:31:25 -0800
a387fd86a8Added colons for aesthetics.
Bruce Hill
2018-01-31 15:31:06 -0800
b1406a3203Removed "core_defs"
Bruce Hill
2018-01-30 16:41:46 -0800
545618ddc9Added back in support for ":" indented blocks
Bruce Hill
2018-01-30 16:40:55 -0800
2dbf2d8810Cleanup of REPL and detection of command-line running.
Bruce Hill
2018-01-30 16:40:05 -0800
78c15a5d5eRemoved indented interpolations for inline strings.
Bruce Hill
2018-01-30 15:13:04 -0800
0563571625Overhaul of indentations. Now strictly requiring exactly 4 spaces everywhere, and supporting indented string interpolations.
Bruce Hill
2018-01-30 15:10:37 -0800
d7abcba34dFix for bad indentation.
Bruce Hill
2018-01-30 15:10:21 -0800
99ccd0e0a4Fixed error->barf
Bruce Hill
2018-01-29 15:16:01 -0800
27c8024888Added numeric-for list comprehension
Bruce Hill
2018-01-29 15:14:39 -0800
f0446a27c9Updated readme.
Bruce Hill
2018-01-27 16:40:36 -0800
855fe23439Tweaked code to not rely on moonscript.
Bruce Hill
2018-01-27 16:39:56 -0800
90c56d3135Added a ton of tests for virtually all the functionality. Helped me find and fix a lot of latent problems.
Bruce Hill
2018-01-26 20:20:12 -0800
d5aa4e5298Minor fix for value_to_nomsu
Bruce Hill
2018-01-26 15:18:56 -0800
95f3f55ff2Cleaned up unnecessary buffer use.
Bruce Hill
2018-01-26 15:03:07 -0800
214b3f9186Removed nomsu:write() and nomsu:writeln() and replaced with just plain ol' print()
Bruce Hill
2018-01-26 15:02:09 -0800
53c735be55Removed "\.." syntax, and just added support for the literal ".." as long as it's not followed by an indented region.
Bruce Hill
2018-01-26 14:53:02 -0800
0c0fb98389Added some training wheels for functions.
Bruce Hill
2018-01-25 18:07:55 -0800
fb22ba11acFixed improperly handling locals of a block.
Bruce Hill
2018-01-25 18:07:41 -0800
6668918b2eDeleted stale code.
Bruce Hill
2018-01-25 17:45:46 -0800
90b2888d46Fixed up how_do_i with updated syntax.
Bruce Hill
2018-01-25 17:43:57 -0800
c79bea4401Overhaul of compiling API (eliminated some of the expr/statements 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.
Bruce Hill
2018-01-25 17:34:49 -0800
f769351556Updated and improve syntax for some stuff. Also added string indexing like in python, including slices.
Bruce Hill
2018-01-24 13:13:03 -0800
d173e9ae88Fixed id for nil/NaN and cleaned up collection metatable stuff.
Bruce Hill
2018-01-24 12:37:52 -0800