da2955f95e
Updated search tool to dedent
2020-02-17 12:34:42 -08:00
350da49185
Fixed typo in test
2019-04-06 17:34:55 -07:00
ae051b5d53
Fixed "is" bug in tutorial
2019-04-06 17:34:19 -07:00
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
bb07e67241
Fixed the tutorial and added some more instructions.
2019-03-27 15:09:58 -07:00
8bf8877ff9
Added support for $($foo, baz) as equivalent to $foo.baz.
2019-03-27 14:42:13 -07:00
f4dd9664bf
Added support for __index
2019-03-27 14:40:35 -07:00
5f676b8e19
Fixed a typo and added comparison support for Time
2019-03-27 14:39:20 -07:00
91d1189890
Fix for inequality assumptions and better error reporting for (assume
...
$foo.$x) style index assumptions.
2019-03-27 14:38:17 -07:00
091ca13e8f
Fix for shebang
2019-03-27 14:37:25 -07:00
6ba2b8b36d
Fix for (assume ($x > $y)) bug
2019-03-26 15:37:27 -07:00
24f347fd0c
--upgrade-from= should not require a compatibility module of that exact
...
name to exist, especially for Nomsu upgrades
2019-03-22 14:39:02 -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
606fd09000
Added lisp-y output
2019-03-20 14:15:43 -07:00
12db69cdd6
Slight tweaking and updating syntax
2019-03-20 14:15:17 -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
783eec9b45
Made iteration easier to work with by using .__inext and .__next for
...
custom iteration, and a custom ipairs() and pairs() to use that.
2019-03-13 20:55:59 -07:00
06c8737897
Consolidating iteration around iterable ranges (and case-specific
...
optimizations when possible).
2019-03-09 15:59:54 -08:00
c7483d92b7
Tidying up
2019-03-09 15:54:37 -08:00
35835997bb
Improved tests
2019-03-09 15:53:55 -08: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
6219e2ba48
Added shebangs.
2019-02-06 14:28:57 -08:00
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)
2019-02-05 15:47:01 -08:00
0ff3219f35
Added more parens and semicolons, and made "#" work with "..."
2019-02-05 14:22:48 -08:00
5f6aae8d9d
Added inheritance section for tutorial
2019-02-02 19:50:25 -08:00
6212e1207f
Better shebang pattern matcher
2019-02-02 19:49:59 -08:00
0e90d68efa
Added XML format outputter
2019-02-02 19:49:26 -08:00
891fa6b362
Added shebang
2019-02-02 19:46:29 -08:00
b7cf8d19d8
Added version to shebang
2019-02-02 19:46:13 -08:00
8a01efc4e0
Added Range (1 to 3) and a bunch of tests for inverse dicts.
2019-02-02 19:44:41 -08:00
be53f0c064
Added shebang
2019-02-02 19:44:22 -08:00
e8e00adeaa
Fixed is/== mixup
2019-01-30 23:05:44 -08:00
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.
2019-01-29 16:17:33 -08:00
92a603f199
Improved tutorial.
2019-01-27 02:08:53 -08:00
86c48afb88
Added square brackets around progessbar for better visibility.
2019-01-27 02:06:09 -08:00
b77b953fa3
Removed namespace colliding of * is not *
(using the isinstance
...
version, not the != version)
2019-01-27 02:05:02 -08:00
e672524763
Added extra test for safety.
2019-01-27 02:04:38 -08:00
8b850322b7
Added time module for real.
2019-01-27 02:04:06 -08:00
a6ad7f95df
Added Time library to core.
2019-01-27 02:03:43 -08:00
e6d9996b12
Fail no longer prepends 'Failure:' automatically, now fail_at() does if
...
no prefix is there.
2019-01-27 02:03:03 -08:00
3142ef46a3
Added 'make directory' API
2019-01-27 02:02:03 -08:00