359152da17
Added parentheses to prevent stupid breakage.
2018-12-19 03:02:31 -08:00
21a1121da6
Removing debug print.
2018-12-19 02:30:23 -08:00
f75fc15cdf
Updated to be more fault tolerant with "-q" flag
2018-12-19 02:27:10 -08:00
a7d912a33a
Initial pass on updating syntax.
2018-12-18 19:30:12 -08:00
8e52f1901b
Renamed autoformat -> format for concision (it's obviously auto, it's a
...
tool).
2018-12-18 19:25:10 -08:00
94740a9b41
Improved command line interface and robustness of tools.
2018-12-18 19:24:37 -08:00
ad09f002e8
Renamed find_action to find because it finds anything now.
2018-12-18 18:49:15 -08:00
046767e240
Improved the flexibility and options of the find tool.
2018-12-18 18:48:37 -08:00
af507f7f7a
Added fallback for if there is a source without an endpoint.
2018-12-18 17:35:42 -08:00
ec1a1935d6
Autoformatted license and added title
2018-12-18 17:34:48 -08:00
908243ba21
Added comprehension form to containers, e.g. List(function(add) add(5)
...
end)
2018-12-18 17:34:35 -08:00
79881757fb
Truncating super long error messages.
2018-12-15 15:15:10 -08:00
17fc0a0e38
Fix for files getting run twice by (use "")
2018-12-15 15:14:56 -08:00
3036d425a5
Updated tutorial
2018-12-14 20:56:19 -08:00
d3905474c9
Removed EOL comments
2018-12-14 20:54:18 -08:00
d30f6a397d
Fixed some bugs, including upgrade --upgrade-from=version not working.
...
Also updated the README.
2018-12-14 20:34:49 -08:00
4fe63f253f
Auto-updated to version 5
2018-12-14 20:21:03 -08:00
6abec65843
Fix for "\($x)abc" getting codegen'd to "$xabc"
2018-12-14 20:16:45 -08:00
64ba8aee07
Parenthesizing inline method targets when needed.
2018-12-14 20:09:32 -08:00
2360ada21f
Codegen tweak
2018-12-14 19:26:05 -08:00
83a40b7493
Updating to support multiple method calls.
2018-12-14 19:25:03 -08:00
a7adc8cbff
Fixed multi-line methodcalls
2018-12-14 18:25:23 -08:00
5b6095b805
More fixes.
2018-12-14 17:56:26 -08:00
b38d9e0062
Fix for nomsu codegen for methods.
2018-12-14 17:55:17 -08:00
6ba84a0f50
Initial setup work for syntax version 5.
2018-12-14 17:49:46 -08:00
0d88091f8d
Cleanups and codegen improvements/fixes.
2018-12-13 15:21:55 -08:00
efd743591e
Renamed append/concat_append to add/concat_add for Code objects.
2018-11-29 14:57:56 -08:00
09e571ffa6
Extended text comprehensions to Lua constructors.
2018-11-29 14:51:26 -08:00
7a7dcefc44
Added text comprehensions (in the style of the list/dict ones)
2018-11-29 14:23:17 -08:00
04c80440fb
Fixed typo.
2018-11-29 14:22:55 -08:00
e675621d3c
Removed "replace" tool.
2018-11-26 16:28:38 -08:00
5027bd4f0f
Upgraded/autoformatted.
2018-11-26 16:28:06 -08:00
8e5f1b9e1e
Simplifying the control flow API and deduplicating the code.
2018-11-26 16:22:04 -08:00
cbbe6b1c14
Updated and fixed the command line API. Introduced the "-t tool" flag
...
for more concisely running tools, removed the "-I file" and replaced it
with "-m files..."
2018-11-26 16:17:07 -08:00
1a794c6487
Tweaks and tidying.
2018-11-23 17:22:29 -08:00
0b082397bb
Fixed typo.
2018-11-23 15:32:53 -08:00
fa967247da
Fixed tests to work better with different syntax versions.
2018-11-21 13:56:25 -08:00
2bbc035f5d
Simplifying the filesystem code (no longer entangled with nomsupath) and
...
using that to simplify the tools. Now the tools directly take lists of
file paths rather than things that might go through nomsupath or
directories or get processed by filetype. Use your shell for globbing stuff like
`nomsu tools/test.nom core/*.nom`
2018-11-20 14:54:40 -08:00
f304138530
Deduplicated goto label syntax (now just use (--- (label) ---))
2018-11-19 17:44:46 -08:00
a89d69e843
Autoformatted/auto-upgraded.
2018-11-19 17:37:37 -08:00
43ff3892f3
Fixed a string indexing issue.
2018-11-19 17:28:43 -08:00
acd1191fb0
Tweaks and API cleanup.
2018-11-19 17:21:17 -08:00
7f47d42040
In-progress (but working) overhaul of some elements including: function
...
calls, lib/thing.nom API, multi-assignments, varargs, etc.
2018-11-17 14:39:08 -08:00
34a3dd22a4
Added 'an' alias for things.
2018-11-12 14:25:11 -08:00
367cfa19db
Fix for codegen of Set-style dicts.
2018-11-12 14:08:55 -08:00
a84242b849
Cleaning up say/print and io.write (now you can use (say "foo" inline))
2018-11-11 19:01:31 -08:00
efac694cc0
Removed dead code.
2018-11-11 18:53:52 -08:00
2b4196bc20
Added (% as hex) and fixed bug with text interpolation codegen not
...
adding parens around indexchains.
2018-11-11 18:53:06 -08:00
2305f075b7
Fixed whitespace
2018-11-11 18:35:19 -08:00
c9db20040e
Fixed compatibility thing with NomsuCode::from
2018-11-11 18:34:31 -08:00