Commit Graph

22 Commits

Author SHA1 Message Date
091ca13e8f Fix for shebang 2019-03-27 14:37:25 -07:00
7f30fb293f Fixed a bunch of compatibility issues that made upgrading really slow,
especially when upgrading across many versions.
2019-03-22 14:25:18 -07:00
56e3a0c48c Restoring `(foo) syntax to \(foo) 2019-03-20 16:41:44 -07:00
938adbfe44 Switching more verbose ("Action" tree with "foo" $x) syntax to `(foo
`$x) when possible
2019-03-20 16:16:41 -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
7f13819907 Upgraded with new style for looping 2019-03-13 20:56:28 -07:00
cfe48fd2ed Fix for shebang 2019-03-13 20:56:18 -07:00
c5f8a1b0b3 Fixed legibility and issue with upgrade fn 2019-02-06 16:07:25 -08:00
92b99292a4 Fixed EscapedNomsu upgrade rule 2019-02-06 16:07:00 -08:00
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.
2019-02-06 15:34:00 -08:00
618e48ad98 Added compat files 2019-02-06 14:34:10 -08:00
9e9bcad6fa Added underscores for numbers (e.g. 1_000, 0xDEAD_BEEF), and fixed some
compatibility and decompiling issues.
2019-02-06 14:31:43 -08:00
e8e00adeaa Fixed is/== mixup 2019-01-30 23:05:44 -08:00
f746ba34d7 Moved all the text method stuff into text.moon instead of splitting
across string2/containers. Modified the type stuff to output better type
names and use (a Dict) and (a List) instead of (Dict) and (List). (Text)
now also has a proper constructor. (assume) now also handles a bunch of
different assumptions with smart error messages.
2019-01-22 16:16:53 -08:00
10bd72e858 Added tree back as a parameter to compile actions, which helps with
better error reporting, e.g. for (fail) (no arguments). Overall better
error reporting now. Also added shorthand ("Action" tree with ...) for
(SyntaxTree {.type = "Action", .1 = ...}).
2019-01-18 14:22:48 -08:00
520acd3979 Overhauling OO-API a little to make it more minimalistic. 2019-01-16 21:33:30 -08:00
2daebbff27 Added compatibility rule for compile errors. 2019-01-16 16:37:54 -08:00
8ca7749b55 Better error messaging (using pretty_error in more places) 2019-01-16 16:32:02 -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
ce44ef9624 Added support for --upgrade-from=foo/1.0 without --upgrade-to= (assume
latest version)
2019-01-14 17:58:59 -08:00
ddef8be3df Moved compatibility to lib/ and fixed path searching for .peg files. 2019-01-14 17:14:57 -08:00