0f0fb2256a
Major overhaul of how modules and environments work, along with some
...
steamlining and tweaks to the makefile. Version bump: 6.14.13.8
2019-01-10 16:35:08 -08:00
2048d4468a
Added quit/exit and switched Files.read->exists.
2019-01-07 21:42:26 -08:00
3e89092833
Some changes to the error API, a fix for statement block parsing, and
...
replacing ((foo 1 baz)'s meaning) with $(foo 1 baz).
2019-01-01 17:17:23 -08:00
b6d3cbd61c
Misc changes, including text indented interpolations are now indented
...
relative to the text, not the opening '("', code objects can now remove
all free vars, the REPL uses global vars. Error API is changing a bit.
2019-01-01 15:07:10 -08:00
06cded44af
Added todo
2018-12-31 02:16:32 -08:00
811aefd0df
Added replace -q and chmod +x'd two tools.
2018-12-31 01:52:46 -08:00
0ae59c5a90
Added "replace" tool.
2018-12-31 01:39:58 -08:00
6edf6a2755
Overhaul of command line argument parsing. Now supports "-abc" as 3
...
flags, and stores them as .a, .b, .c instead of ."-a", etc. (same for
--args)
2018-12-31 01:38:23 -08:00
d8f9b15fd9
Cleaning up some of the documentation and dead code.
2018-12-31 01:02:46 -08:00
faaf5311c8
Updated shebangs
2018-12-31 00:20:07 -08:00
5059c081ac
Auto-upgraded code.
2018-12-30 23:58:47 -08:00
ec69ee6f62
Fixes for: indented strings ending in ", peeking at code object text
...
before modifying them, and major upgrades to the nomsu codegen,
including support for indented inline arguments (instead of using
"\n..") and just generally better line wrapping, including finally good
rules for when to use indented text (for almost all cases).
2018-12-30 23:58:43 -08:00
8a3c324087
Update to new syntax.
2018-12-30 19:04:45 -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
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
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
6ba84a0f50
Initial setup work for syntax version 5.
2018-12-14 17:49:46 -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
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
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
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
c9db20040e
Fixed compatibility thing with NomsuCode::from
2018-11-11 18:34:31 -08:00
3c7a0ff2ea
Added doc
2018-11-11 18:14:52 -08:00
9d82d522c1
Fixed some autoformatting stuff, and prepping to deprecate some math
...
shorthand.
2018-11-11 16:27:01 -08:00
4efe44ed27
Fully upgraded to 4.10.12.7, including deprecating the old list/dict
...
comprehension methods, in favor of the new native support.
2018-11-11 15:50:46 -08:00
083ed530bd
Fixed text upgrading.
2018-11-09 17:34:27 -08:00
ed70165294
Better handling of shebangs and comments at the top of a file.
2018-11-09 17:33:04 -08:00
fa3f598fc3
Fixing the upgrade pipeline, plus some misc. fixes.
2018-11-09 17:02:53 -08:00
ba96cdfa07
Fixes/upgrades.
2018-11-08 16:59:10 -08:00
652c29bdef
Major overhaul, splitting nomsu_compiler into nomsu_environment,
...
nomsu_compiler, and nomsu_decompiler. Also added comprehensions.
2018-11-08 15:24:15 -08:00
307dea1881
Changed stub convention to (foo 1 baz 2) -> foo_1_baz instead of
...
foo_1_baz_2, removed "smext", made some cleanup changes.
2018-11-02 14:39:23 -07:00
7a35e38d87
Renamed (action %) -> (%'s meaning)
2018-10-31 15:05:17 -07:00
ea3197aaff
Fully working version of (action [foo]: baz) -> ((foo) means: baz)
...
refactor and misc other changes.
2018-10-30 23:42:36 -07:00
e7e84c9eda
Fix for compiler not parenthesizing method targets, fix for parser not
...
recognizing \ line continuation, and improvements to
upgrade tool API.
2018-10-30 20:32:49 -07:00
23abab4f80
Some cleanups and fixes, made the parser more permissive of prematurely
...
terminated files.
2018-10-29 13:00:30 -07:00
692fae5416
Incremental fixes and more nomnom ports.
2018-09-26 12:45:19 -07:00
Bruce Hill
2282085e13
Initial working version.
2018-09-15 20:20:46 -07:00
Bruce Hill
e22c35681f
Auto-upgraded everything.
2018-09-14 19:17:16 -07:00