Commit Graph

11 Commits

Author SHA1 Message Date
a1849da175 Autoformat (mostly just to do with the new
blank-line-after-end-of-multi-indent-block rule
2019-03-27 15:22:46 -07:00
8bf8877ff9 Added support for $($foo, baz) as equivalent to $foo.baz. 2019-03-27 14:42:13 -07:00
e665d9725c Auto-updated to 7.0.0 syntax and removed some shims. 2019-03-20 15:55:57 -07:00
ddb839bfd4 Replacing (size of $) with (#$) as should have been done before. 2019-03-14 16:30:43 -07:00
0ff3219f35 Added more parens and semicolons, and made "#" work with "..." 2019-02-05 14:22:48 -08:00
b77b953fa3 Removed namespace colliding of * is not * (using the isinstance
version, not the != version)
2019-01-27 02:05:02 -08:00
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.
2019-01-25 15:50:51 -08:00
520acd3979 Overhauling OO-API a little to make it more minimalistic. 2019-01-16 21:33:30 -08:00
bf37295fae Updating to v6.15, which includes "external (...)" instead of separate
'externally' versions of stuff, and some auto-formatting.
2019-01-15 15:54:28 -08:00
9fceff7e78 Added (SyntaxTree {...} ...) shorthand for SyntaxTree{..., ...} and
added some shebangs.
2019-01-14 16:32:11 -08:00
c1c32688a4 Overhaul in progress, mostly working. Moved all the nomsu packages into
lib/, including core/*. Changes to how nomsu environments and importing
work.
2019-01-14 15:43:24 -08:00