Commit Graph

  • 078851e028 Fix for Lua 5.4 tweaking return values for require() master Bruce Hill 2021-01-29 17:16:33 -0800
  • da2955f95e Updated search tool to dedent Bruce Hill 2020-02-17 12:34:42 -0800
  • 86c477343d Updates to error handling in the command line parsing and usage printing. Bruce Hill 2019-09-20 14:40:15 -0700
  • 5396b2a9ef Updated makefile to handle escapes in echoed output using printf Bruce Hill 2019-09-20 14:22:51 -0700
  • 8ef787572a Fail-safe fix for windows if the windows color dll doesn't load correctly. Bruce Hill 2019-05-02 15:42:00 -0700
  • 2b0481ed48 Updated makefile to precompile tools and compatibility for the 'all' rule Bruce Hill 2019-05-02 15:41:45 -0700
  • 350da49185 Fixed typo in test Bruce Hill 2019-04-06 17:34:55 -0700
  • ae051b5d53 Fixed "is" bug in tutorial Bruce Hill 2019-04-06 17:34:19 -0700
  • a1849da175 Autoformat (mostly just to do with the new blank-line-after-end-of-multi-indent-block rule Bruce Hill 2019-03-27 15:22:46 -0700
  • bb07e67241 Fixed the tutorial and added some more instructions. Bruce Hill 2019-03-27 15:09:58 -0700
  • 8bf8877ff9 Added support for $($foo, baz) as equivalent to $foo.baz. Bruce Hill 2019-03-27 14:41:36 -0700
  • 8719641ace Added extra newline to output after a multiply-indented region ends. Bruce Hill 2019-03-27 14:40:48 -0700
  • f4dd9664bf Added support for __index Bruce Hill 2019-03-27 14:40:35 -0700
  • c92cf76356 Fix for finding source files when they're in the NOMSUPATH Bruce Hill 2019-03-27 14:40:14 -0700
  • 5f676b8e19 Fixed a typo and added comparison support for Time Bruce Hill 2019-03-27 14:39:20 -0700
  • 91d1189890 Fix for inequality assumptions and better error reporting for (assume $foo.$x) style index assumptions. Bruce Hill 2019-03-27 14:38:17 -0700
  • dfda34254c More robust scanning Bruce Hill 2019-03-27 14:37:38 -0700
  • 091ca13e8f Fix for shebang Bruce Hill 2019-03-27 14:37:25 -0700
  • 6ba2b8b36d Fix for (assume ($x > $y)) bug Bruce Hill 2019-03-26 15:37:27 -0700
  • 24f347fd0c --upgrade-from= should not require a compatibility module of that exact name to exist, especially for Nomsu upgrades Bruce Hill 2019-03-22 14:39:02 -0700
  • f0f3c7e0bb Fix for error reporting not finding core files Bruce Hill 2019-03-22 14:37:50 -0700
  • 7f30fb293f Fixed a bunch of compatibility issues that made upgrading really slow, especially when upgrading across many versions. Bruce Hill 2019-03-22 14:25:18 -0700
  • be9a86d639 Added "."-prefix files to gitignore Bruce Hill 2019-03-20 18:09:07 -0700
  • 56e3a0c48c Restoring `(foo) syntax to \(foo) Bruce Hill 2019-03-20 16:41:44 -0700
  • b44afbf417 Fix for some bad codegen with ((`$x)'s foo) Bruce Hill 2019-03-20 16:40:32 -0700
  • 938adbfe44 Switching more verbose ("Action" tree with "foo" $x) syntax to (foo $x) when possible Bruce Hill 2019-03-20 16:16:41 -0700
  • e665d9725c Auto-updated to 7.0.0 syntax and removed some shims. Bruce Hill 2019-03-20 15:55:57 -0700
  • 606fd09000 Added lisp-y output Bruce Hill 2019-03-20 14:15:43 -0700
  • 12db69cdd6 Slight tweaking and updating syntax Bruce Hill 2019-03-20 14:15:17 -0700
  • a09b66d725 No longer using stubs for non-actions. Bruce Hill 2019-03-14 17:57:55 -0700
  • c2397620a9 Fix for luajit error handling (old Lua 5.1 API uses getfenv) Bruce Hill 2019-03-14 17:57:30 -0700
  • ddb839bfd4 Replacing (size of $) with (#$) as should have been done before. Bruce Hill 2019-03-14 16:30:43 -0700
  • 7f13819907 Upgraded with new style for looping Bruce Hill 2019-03-13 20:56:28 -0700
  • cfe48fd2ed Fix for shebang Bruce Hill 2019-03-13 20:56:18 -0700
  • 783eec9b45 Made iteration easier to work with by using .__inext and .__next for custom iteration, and a custom ipairs() and pairs() to use that. Bruce Hill 2019-03-13 20:55:24 -0700
  • 1e99bbbe0a Added fix for "_end" Bruce Hill 2019-03-13 20:53:30 -0700
  • f415033fac Moving some more functionality into the syntax tree class, including pattern matching and traversal Bruce Hill 2019-03-09 16:02:05 -0800
  • 06c8737897 Consolidating iteration around iterable ranges (and case-specific optimizations when possible). Bruce Hill 2019-03-09 15:59:54 -0800
  • c6734d82e9 Passing around DictEntry and changing API to _1_as_an_iterable Bruce Hill 2019-03-09 15:59:20 -0800
  • 08fe139a4a Added some support for auto-upgrade, tidied up a bit Bruce Hill 2019-03-09 15:57:01 -0800
  • 3d2db69148 Added support for "{:\n...}" style comprehensions Bruce Hill 2019-03-09 15:55:22 -0800
  • c7483d92b7 Tidying up Bruce Hill 2019-03-09 15:54:37 -0800
  • 35835997bb Improved tests Bruce Hill 2019-03-09 15:53:55 -0800
  • 0ba6b3e5f6 Added support for coroutines in constructors, as well as multi-argument constructors. Bruce Hill 2019-03-09 15:53:14 -0800
  • cac9b2139f Added some helper methods, including first() and last(). Bruce Hill 2019-03-09 15:52:23 -0800
  • 68993a5ffb Added support for iteration over coroutines Bruce Hill 2019-03-09 15:51:52 -0800
  • 58707b18f7 Fixed a shebang issue Bruce Hill 2019-03-04 14:30:38 -0800
  • de1f80fe51 Better codegen and error reporting Bruce Hill 2019-03-04 14:25:56 -0800
  • 026f7bf0e4 Better error reporting Bruce Hill 2019-03-04 14:19:44 -0800
  • 30a7473d10 Added color files. Bruce Hill 2019-02-11 18:49:00 -0800
  • c5f8a1b0b3 Fixed legibility and issue with upgrade fn Bruce Hill 2019-02-06 16:07:25 -0800
  • 92b99292a4 Fixed EscapedNomsu upgrade rule Bruce Hill 2019-02-06 16:07:00 -0800
  • 057f5b74eb Moving to better, more centralized versioning system. Now the Nomsu version is just defined as a list at the top of nomsu.moon, and uses X.Y.Z form instead of X.Y.Z.W. Added a ([...], from 2) method and a ([...], up to 5) method, and fixed a few upgrade bugs. Bruce Hill 2019-02-06 15:33:10 -0800
  • 618e48ad98 Added compat files Bruce Hill 2019-02-06 14:34:10 -0800
  • 9e9bcad6fa Added underscores for numbers (e.g. 1_000, 0xDEAD_BEEF), and fixed some compatibility and decompiling issues. Bruce Hill 2019-02-06 14:31:14 -0800
  • 5d5dea4639 Switched to character that renders as 1-wide better. Bruce Hill 2019-02-06 14:30:57 -0800
  • 6219e2ba48 Added shebangs. Bruce Hill 2019-02-06 14:28:57 -0800
  • 72d699fe86 Bunch of changes: - Added shebangs to generated code output - SyntaxTree:map() -> SyntaxTree:with(), and corresponding changes to metaprogramming API - Added (return Lua 1) shorthand for (return (Lua 1)) - (1 and 2 and 3) compile rule mapping to -> (1 and (*extra arguments*)) - Don't scan for errors, just report them when compiling - Syntax changes: - Added prefix actions (e.g. #$foo) - Operator chars now include utf8 chars - Ditch "escaped nomsu" type (use (\ 1) compile action instead) Bruce Hill 2019-02-05 15:45:27 -0800
  • 0ff3219f35 Added more parens and semicolons, and made "#" work with "..." Bruce Hill 2019-02-05 14:22:48 -0800
  • 5f6aae8d9d Added inheritance section for tutorial Bruce Hill 2019-02-02 19:50:25 -0800
  • 6212e1207f Better shebang pattern matcher Bruce Hill 2019-02-02 19:49:59 -0800
  • 0e90d68efa Added XML format outputter Bruce Hill 2019-02-02 19:49:26 -0800
  • 891fa6b362 Added shebang Bruce Hill 2019-02-02 19:46:29 -0800
  • b7cf8d19d8 Added version to shebang Bruce Hill 2019-02-02 19:46:13 -0800
  • 8a01efc4e0 Added Range (1 to 3) and a bunch of tests for inverse dicts. Bruce Hill 2019-02-02 19:44:41 -0800
  • be53f0c064 Added shebang Bruce Hill 2019-02-02 19:44:22 -0800
  • 3e6b3983fc Added some utf8 symbols and better description of utf8 support. Bruce Hill 2019-02-02 19:43:53 -0800
  • 2e52c1a7a8 Added comments. Bruce Hill 2019-02-02 19:43:13 -0800
  • fb435c308a Added spellchecker for error messages (when calling 'nil' actions) Bruce Hill 2019-02-02 19:42:14 -0800
  • 26f38550ae Recompile Bruce Hill 2019-02-02 19:33:14 -0800
  • 84f3ae76ab Added inverse dicts and a few new list methods. Bruce Hill 2019-02-02 19:31:40 -0800
  • 11997f0255 Added some more metamethods including: (#5 == 5, ((-> (foo)) | (-> (baz))) == (-> ((foo) or (baz))) Bruce Hill 2019-02-02 19:30:07 -0800
  • e8e00adeaa Fixed is/== mixup Bruce Hill 2019-01-30 23:05:44 -0800
  • b714a55ec0 Added 'reversed' method for lists. Bruce Hill 2019-01-30 15:19:38 -0800
  • bc41cc3a24 Switched to have colors/utf8 be optional, fixed an issue with currently running files leaking when errors occurred (causing spurious circular import errors), and improved tutorial. Bruce Hill 2019-01-29 16:16:45 -0800
  • febe7e82e0 Added list of all .nom files Bruce Hill 2019-01-27 02:12:57 -0800
  • 92a603f199 Improved tutorial. Bruce Hill 2019-01-27 02:08:53 -0800
  • 1ff4e4d432 Removed utf8 pointer characters from error messages to better support consoles without utf8 support (may change this back later). Also increased contrast of error messages (no longer assuming user has a sane color palette). Bruce Hill 2019-01-27 02:07:37 -0800
  • a7339001d2 Adding support for windows Bruce Hill 2019-01-27 02:07:12 -0800
  • 86c48afb88 Added square brackets around progessbar for better visibility. Bruce Hill 2019-01-27 02:06:09 -0800
  • b77b953fa3 Removed namespace colliding of * is not * (using the isinstance version, not the != version) Bruce Hill 2019-01-27 02:05:02 -0800
  • e672524763 Added extra test for safety. Bruce Hill 2019-01-27 02:04:38 -0800
  • 8b850322b7 Added time module for real. Bruce Hill 2019-01-27 02:04:06 -0800
  • a6ad7f95df Added Time library to core. Bruce Hill 2019-01-27 02:03:43 -0800
  • e6d9996b12 Fail no longer prepends 'Failure:' automatically, now fail_at() does if no prefix is there. Bruce Hill 2019-01-27 02:02:40 -0800
  • 3142ef46a3 Added 'make directory' API Bruce Hill 2019-01-27 02:01:57 -0800
  • 965624714e Added missing text files. Bruce Hill 2019-01-25 18:25:53 -0800
  • 5864354739 Better comment Bruce Hill 2019-01-25 17:42:38 -0800
  • bdddfd42ba Added backwards compatibility for "Lua version" (temporary). Bruce Hill 2019-01-25 15:52:37 -0800
  • cf3e35f7f0 Recompile. Bruce Hill 2019-01-25 15:51:02 -0800
  • a1b559a3a2 Added metatables for bool, number, function, coroutine. Added run-time check to make sure precompiled code used the same version of Lua. Methods can now be used in (* compiles to *), etc. Bruce Hill 2019-01-25 15:49:29 -0800
  • 1713a0e38f Fixed untested codepath for generating ($x, (foo; baz)) Bruce Hill 2019-01-25 15:01:29 -0800
  • 364f3c894b 'say' is now it's own action, rather than a 'print' clone, which lets it handle multiple arguments better. Bruce Hill 2019-01-23 15:43:19 -0800
  • e181c66ae4 Switching to use _1_as_lua() Bruce Hill 2019-01-23 15:43:06 -0800
  • fb20a1f48a Added _1_as_text(), which converts true -> yes, false -> no. Bruce Hill 2019-01-23 15:42:38 -0800
  • 9441a81011 Better error reporting and error handling for chunks. Bruce Hill 2019-01-23 15:40:07 -0800
  • 58b863fcd1 Removed dead code. Bruce Hill 2019-01-23 15:37:43 -0800
  • 113b916e4c Fixed to display expressions by default. Bruce Hill 2019-01-23 15:36:09 -0800
  • 967f172094 Removed dead code. Bruce Hill 2019-01-23 15:35:45 -0800
  • 6a73795b38 Removed "package" terminology. Bruce Hill 2019-01-23 15:35:22 -0800