Commit Graph

763 Commits

Author SHA1 Message Date
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
171e9d674e Re-implemented nomsu -> lua comment translation and added file chunk
comments.
2018-11-11 18:28:34 -08:00
3c7a0ff2ea Added doc 2018-11-11 18:14:52 -08:00
fb8f8ed99e Fixed shebang not getting newline 2018-11-11 18:11:17 -08:00
b918668f18 Fixed -O optimization flag. 2018-11-11 18:03:25 -08:00
9b6caad828 Updating README. 2018-11-11 17:52:00 -08:00
81fda96301 Updated to use 'set' syntax instead of ": yes" 2018-11-11 16:45:48 -08:00
c5ea506acc Adding compat for deprecating math convenience functions. 2018-11-11 16:28:09 -08:00
9d82d522c1 Fixed some autoformatting stuff, and prepping to deprecate some math
shorthand.
2018-11-11 16:27:01 -08:00
370fad9cd3 Fixed whitespace error. 2018-11-11 16:21:13 -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
ba03cb67c3 Added shebang and descriptive comment. 2018-11-11 15:37:57 -08:00
33d44fa8fc Style tweak: using (retry) instead of %retry for goto label. 2018-11-11 15:29:59 -08:00
aa2902256f Removing compile-error shim. 2018-11-11 15:27:55 -08:00
5f38d73004 Now preserving hex numbers with "0xF00" -> parse -> decompile ->
"0xF00", fix for (compile error at ...)
2018-11-11 15:26:30 -08:00
9a75d25c84 Lots of fixes to the upgrading and codegen/autoformatting pipeline, also
deleted nomnom files, since they're mostly not needed anymore.
2018-11-11 15:05:56 -08:00
65ec3f597f Recompile 2018-11-10 00:29:25 -08:00
1b9d57844e Tweaks to line clumping 2018-11-10 00:29:20 -08:00
771007bc4d Fixed word clumping with linebreaks. 2018-11-09 19:32:20 -08:00
b5a5b7f90d Fixed other place for clumping "'" 2018-11-09 17:53:30 -08:00
63c14bdbc3 Changed clumping to only be different for "'", not other operators. 2018-11-09 17:50:12 -08:00
c36798f2ad Recompile 2018-11-09 17:48:56 -08:00
b2cec10592 Fixed 's clumping for stuff like (%foo's metatable) 2018-11-09 17:48:52 -08:00
6fa1cb23d1 Fixed decompile issue with short actions not getting indented. 2018-11-09 17:43:25 -08:00
b236ad88a9 Fixed comment clumping issue. 2018-11-09 17:36:36 -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
e96ae0c78d Removed debug code. 2018-11-09 17:25:16 -08:00
d6f33ab194 Improvements for parenthesization of escaped nomsu. 2018-11-09 17:20:51 -08:00