Commit Graph

  • 126f51f955 Removing varargs from free var functions. Bruce Hill 2018-05-04 13:49:09 -0700
  • a5bbce315d Minor tweaks/cleanups. Bruce Hill 2018-05-03 22:33:44 -0700
  • bf60ac28c5 Overhaul with smaller, more concise codebase around defining actions/macros, and deleting some dead code. Bruce Hill 2018-05-03 21:56:07 -0700
  • 2abaf67b66 Fix for compile lib putting the files in the wrong place. Bruce Hill 2018-05-03 21:55:46 -0700
  • 36ead4d82b Cleanup of unnecessary parens in generated lua code for math operations. Bruce Hill 2018-05-03 16:37:48 -0700
  • e64a91b8ba Better error reporting and codegen. Bruce Hill 2018-05-03 16:30:55 -0700
  • 35a5539185 Fix for math expression parsing Bruce Hill 2018-04-30 14:50:25 -0700
  • bf24824660 Improving idiomatic nomsu codegen Bruce Hill 2018-04-28 20:45:17 -0700
  • 85c5511fa5 Fixed compile_lib and cleaned up control_flow Bruce Hill 2018-04-28 19:37:51 -0700
  • 05528c50ec Further improvements on the CLI. Bruce Hill 2018-04-28 19:16:39 -0700
  • 3a049c15df Improvements to command line file handling. Bruce Hill 2018-04-28 18:07:14 -0700
  • df9a82a971 Overhaul of command-line API. It's a bit cleaner now. Bruce Hill 2018-04-28 17:08:28 -0700
  • d13a945b5f Removed LFS dependency in favor of just using find Bruce Hill 2018-04-28 15:25:12 -0700
  • 23022dc88c Re-added (..), which is necessary for long expressions as first arg to an action. Bruce Hill 2018-04-28 15:20:48 -0700
  • b54829de36 Better text interpolation/handling of "\". Also added syntax support for (statement; statement) Bruce Hill 2018-04-27 16:45:11 -0700
  • 6fecb5d395 Cleaning up codegen and TODO Bruce Hill 2018-04-26 14:04:51 -0700
  • 7f99c70d56 Fixed renaming lua_obj->code_obj Bruce Hill 2018-04-26 14:00:01 -0700
  • 4892c63e92 Renamed lua_obj -> code_obj Bruce Hill 2018-04-25 17:56:18 -0700
  • 4e821308af Overhauling parsing of Blocks (can no longer contain only one statement) Bruce Hill 2018-04-25 17:43:48 -0700
  • 5d59d510cd Removing end-of-line ":" and "(..)" for blocks (they just use indentation now). Bruce Hill 2018-04-25 16:30:49 -0700
  • 50a092e4b5 Got nomsu codegen working again. Bruce Hill 2018-04-25 16:04:46 -0700
  • cb28f52b41 Updated block-style text interpolation to have less redundancy. Bruce Hill 2018-04-25 15:37:13 -0700
  • ec5d730fa0 Switched 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
  • bb31a98a56 Recompiling. Bruce Hill 2018-04-24 20:17:19 -0700
  • bff93d386c Refactor to improve indentation and move as_nomsu() into tree methods. Bruce Hill 2018-04-24 20:16:46 -0700
  • 34a2f50ebc Deleted habit breaker. Bruce Hill 2018-04-20 17:00:28 -0700
  • dec5ee8262 Lots of optimizations. Bruce Hill 2018-04-20 16:23:53 -0700
  • 14bda2fb2d Cleanups and optimizations. Bruce Hill 2018-04-20 14:33:49 -0700
  • 931ae40f40 Fixed compiling to .lua files Bruce Hill 2018-04-19 19:43:23 -0700
  • 928e78f252 Updated. Bruce Hill 2018-04-19 19:23:15 -0700
  • 310712385b Made Source a little more concise. Bruce Hill 2018-04-19 17:38:31 -0700
  • ecb4341bdc Switched 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
  • da33269c30 All tests passing (except object) Bruce Hill 2018-04-19 17:23:44 -0700
  • dcb380f1f6 More cleanup, slowly working through operators/control_flow Bruce Hill 2018-04-18 17:41:40 -0700
  • ec17442090 Cleaning up. Bruce Hill 2018-04-18 15:45:58 -0700
  • 16f3a189fd More working, shifting towards having Lua and Nomsu objects instead of just strings. Bruce Hill 2018-04-18 15:28:46 -0700
  • b589c23741 Disabled comment transpilation for now. Bruce Hill 2018-04-17 14:47:28 -0700
  • 26d0de8299 Partially working, at least for metaprogramming.nom Bruce Hill 2018-04-17 14:36:44 -0700
  • 54fc7fc440 Moving 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
  • 25e06d1fce Getting closer. Bruce Hill 2018-04-13 15:29:16 -0700
  • 8f6f941d89 Added lua_obj.lua Bruce Hill 2018-04-13 14:55:20 -0700
  • 222d4d0727 More correct and more working. Bruce Hill 2018-04-13 14:54:35 -0700
  • b05a46c78c Incremental progress. Bruce Hill 2018-04-12 20:39:17 -0700
  • 1de29826a8 Incremental progress towards working. Bruce Hill 2018-04-12 18:01:51 -0700
  • 17a2bded6a Incremental progress. Bruce Hill 2018-04-11 21:07:13 -0700
  • b9827b1745 Work in progress... Bruce Hill 2018-04-11 20:05:12 -0700
  • ab8ccf4e27 Off by one error. Bruce Hill 2018-04-09 19:45:38 -0700
  • d42d20c50a Re-added callstack callsite info. It's a bit hacky, but better than nothing. Bruce Hill 2018-04-09 18:58:05 -0700
  • 86925c5b3a Patched debug.getinfo to return reasonable info for nomsu functions. Bruce Hill 2018-04-08 18:23:46 -0700
  • 618bd47765 Typo caused metadata to go missing. Bruce Hill 2018-04-08 18:11:44 -0700
  • 4e51768ebd Improved codegen code. Bruce Hill 2018-04-08 16:06:31 -0700
  • 680006b25a Switched to use "." syntax. Bruce Hill 2018-04-08 16:01:18 -0700
  • fd621a1062 Cleaned 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
  • a49e97f0e3 Retrofitted "%'s %" to parse as dot syntax. Bruce Hill 2018-04-06 16:53:30 -0700
  • 227b944bad Initial working version. Bruce Hill 2018-04-06 16:45:51 -0700
  • 9109a090eb Better repr. Bruce Hill 2018-03-22 13:56:31 -0700
  • 972de38421 Minor cleanup. Bruce Hill 2018-03-06 16:50:20 -0800
  • 4bc1f59725 Removed cached() since it wasn't actually helping perf. Bruce Hill 2018-03-06 15:29:44 -0800
  • 9b1297ef88 Removed building tests. Bruce Hill 2018-03-06 15:17:47 -0800
  • 9564492cf1 More support for optional metadata and better Tuple support. Bruce Hill 2018-03-05 18:46:13 -0800
  • 4c693d7474 Updated for optional metadata support. Bruce Hill 2018-03-05 18:44:26 -0800
  • 885c42bcfe Updated to fit immutable lib update. Bruce Hill 2018-02-27 14:31:19 -0800
  • a9c4b78074 Initial branch of switching to using immutable types. Bruce Hill 2018-02-13 15:17:45 -0800
  • da65c91cb6 Cleanup of replaced vars, now uses tree_map() Bruce Hill 2018-02-12 14:47:56 -0800
  • 02af19153e Moved 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
  • df3da8ed59 Added unicode test. Bruce Hill 2018-02-07 14:24:28 -0800
  • 3661754ed9 Reverted to ACTIONS instead of ACTION and added 'show lua %' macro. Bruce Hill 2018-02-06 22:06:39 -0800
  • e8d5d2a240 Added check for circular imports. Bruce Hill 2018-02-05 15:34:57 -0800
  • d02b4b8718 Added a bunch of metamethod stuff. Bruce Hill 2018-02-05 15:11:42 -0800
  • 1334030285 Added 'square root of %' alias. Bruce Hill 2018-02-05 15:11:06 -0800
  • 667e5f3f81 Fixed 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
  • f58dc0fcb7 Reverted "use %" to expr-like behavior with return values preserved. Bruce Hill 2018-02-05 15:09:44 -0800
  • e8f9ef36d6 Updated gitignore. Bruce Hill 2018-02-02 15:59:00 -0800
  • 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. Bruce Hill 2018-02-02 15:48:28 -0800
  • 513c721198 Updated 'use %' to support directories, and cleaned up action_metadata a tiny bit. Bruce Hill 2018-02-02 13:59:58 -0800
  • 75c6755d32 Switched accumulate() to return a table, not a string. Bruce Hill 2018-02-01 16:40:06 -0800
  • f1d4a568a3 Added test for OO. Bruce Hill 2018-01-31 15:31:25 -0800
  • a387fd86a8 Added colons for aesthetics. Bruce Hill 2018-01-31 15:31:06 -0800
  • b1406a3203 Removed "core_defs" Bruce Hill 2018-01-30 16:41:46 -0800
  • 545618ddc9 Added back in support for ":" indented blocks Bruce Hill 2018-01-30 16:40:55 -0800
  • 2dbf2d8810 Cleanup of REPL and detection of command-line running. Bruce Hill 2018-01-30 16:40:05 -0800
  • 78c15a5d5e Removed indented interpolations for inline strings. Bruce Hill 2018-01-30 15:13:04 -0800
  • 0563571625 Overhaul of indentations. Now strictly requiring exactly 4 spaces everywhere, and supporting indented string interpolations. Bruce Hill 2018-01-30 15:10:37 -0800
  • d7abcba34d Fix for bad indentation. Bruce Hill 2018-01-30 15:10:21 -0800
  • 99ccd0e0a4 Fixed error->barf Bruce Hill 2018-01-29 15:16:01 -0800
  • 27c8024888 Added numeric-for list comprehension Bruce Hill 2018-01-29 15:14:39 -0800
  • f0446a27c9 Updated readme. Bruce Hill 2018-01-27 16:40:36 -0800
  • 855fe23439 Tweaked code to not rely on moonscript. Bruce Hill 2018-01-27 16:39:56 -0800
  • 90c56d3135 Added 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
  • d5aa4e5298 Minor fix for value_to_nomsu Bruce Hill 2018-01-26 15:18:56 -0800
  • 95f3f55ff2 Cleaned up unnecessary buffer use. Bruce Hill 2018-01-26 15:03:07 -0800
  • 214b3f9186 Removed nomsu:write() and nomsu:writeln() and replaced with just plain ol' print() Bruce Hill 2018-01-26 15:02:09 -0800
  • 53c735be55 Removed "\.." 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
  • 0c0fb98389 Added some training wheels for functions. Bruce Hill 2018-01-25 18:07:55 -0800
  • fb22ba11ac Fixed improperly handling locals of a block. Bruce Hill 2018-01-25 18:07:41 -0800
  • 6668918b2e Deleted stale code. Bruce Hill 2018-01-25 17:45:46 -0800
  • 90b2888d46 Fixed up how_do_i with updated syntax. Bruce Hill 2018-01-25 17:43:57 -0800
  • c79bea4401 Overhaul 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
  • f769351556 Updated and improve syntax for some stuff. Also added string indexing like in python, including slices. Bruce Hill 2018-01-24 13:13:03 -0800
  • d173e9ae88 Fixed id for nil/NaN and cleaned up collection metatable stuff. Bruce Hill 2018-01-24 12:37:52 -0800