24f347fd0c--upgrade-from= should not require a compatibility module of that exact name to exist, especially for Nomsu upgradesBruce Hill2019-03-22 14:39:02 -0700
f0f3c7e0bbFix for error reporting not finding core filesBruce Hill2019-03-22 14:37:50 -0700
7f30fb293fFixed a bunch of compatibility issues that made upgrading really slow, especially when upgrading across many versions.Bruce Hill2019-03-22 14:25:18 -0700
be9a86d639Added "."-prefix files to gitignoreBruce Hill2019-03-20 18:09:07 -0700
783eec9b45Made iteration easier to work with by using .__inext and .__next for custom iteration, and a custom ipairs() and pairs() to use that.Bruce Hill2019-03-13 20:55:24 -0700
057f5b74ebMoving 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 Hill2019-02-06 15:33:10 -0800
9e9bcad6faAdded underscores for numbers (e.g. 1_000, 0xDEAD_BEEF), and fixed some compatibility and decompiling issues.Bruce Hill2019-02-06 14:31:14 -0800
5d5dea4639Switched to character that renders as 1-wide better.Bruce Hill2019-02-06 14:30:57 -0800
72d699fe86Bunch 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 Hill2019-02-05 15:45:27 -0800
0ff3219f35Added more parens and semicolons, and made "#" work with "..."Bruce Hill2019-02-05 14:22:48 -0800
5f6aae8d9dAdded inheritance section for tutorialBruce Hill2019-02-02 19:50:25 -0800
bc41cc3a24Switched 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 Hill2019-01-29 16:16:45 -0800
1ff4e4d432Removed 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 Hill2019-01-27 02:07:37 -0800
a1b559a3a2Added 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 Hill2019-01-25 15:49:29 -0800
364f3c894b'say' is now it's own action, rather than a 'print' clone, which lets it handle multiple arguments better.Bruce Hill2019-01-23 15:43:19 -0800