Bruce Hill
04d7edefa3
Adding more inline tests.
2018-07-22 16:13:33 -07:00
Bruce Hill
3e222b40ef
Merging List/Dict codegen paths to reduce code duplication.
2018-07-22 15:59:45 -07:00
Bruce Hill
0d4f2e45bc
Updated launcher script to use find
istead of ls
and grep
, and to
...
use "$(...)" instead of eval "$(...)", as per best practice
recommendations.
2018-07-22 15:45:02 -07:00
Bruce Hill
addac10a47
Re-autoformatted everything. The main changes are: no longer adding a
...
newline after 1-line indented code inside blocks, and forcing files to
have a trailing newline. The trailing newline thing created a lot of
spurious changes.
2018-07-22 15:01:05 -07:00
Bruce Hill
4fa9757fa2
Better handling of parsing non-filechunks text.
2018-07-22 14:57:56 -07:00
Bruce Hill
0fe94570b5
Better handling of invalid line numbers (returning nil instead of random
...
garbage).
2018-07-22 14:56:39 -07:00
Bruce Hill
dfd39f0b14
Shifting further towards having inline tests. Also added a helper
...
function for directly extracting source lines from a Source or AST.
2018-07-22 13:59:08 -07:00
Bruce Hill
01d5f810ed
Committing built lua files.
2018-07-22 13:48:44 -07:00
Bruce Hill
e408891abf
Better error highlighting beyond the first character of the error.
2018-07-22 13:47:42 -07:00
Bruce Hill
fead66ab9b
Added equality metamethod to ASTs.
2018-07-22 13:44:00 -07:00
Bruce Hill
5435e50f0f
Removing obsolete TODO.
2018-07-22 13:30:04 -07:00
Bruce Hill
4af50ab2dd
Updated so files without multiple chunks parse as
...
actions/lists/blocks, etc. Also fixed escaped blocks, which weren't
previously working.
2018-07-22 13:26:35 -07:00
Bruce Hill
a07a3ef819
Updated manpage for -e.
2018-07-21 14:45:15 -07:00
Bruce Hill
ae4670bd8e
Improvements working towards better inline tests. Improved handling of
...
file spoofing and adding -e command line flag for executing a string.
2018-07-21 14:44:26 -07:00
Bruce Hill
6728587dfc
Auto-formatted and auto-upgraded everything!
2018-07-20 20:27:27 -07:00
Bruce Hill
c9df1bc3e8
Made the assumption that unspecified code is from the latest nomsu, not
...
the oldest.
2018-07-20 20:19:27 -07:00
Bruce Hill
9af83191f2
Fix for upgrading from unknown tree.
2018-07-20 20:18:23 -07:00
Bruce Hill
8ab598f63d
Tweak to example code.
2018-07-20 20:13:28 -07:00
Bruce Hill
2577c4511e
Improving nomsu codegen.
2018-07-20 20:13:08 -07:00
Bruce Hill
385beb4998
Slightly better newline handling for long text. Now won't force an
...
indent for "\nhello"
2018-07-20 19:48:21 -07:00
Bruce Hill
878fff6db5
Added documentation.
2018-07-20 19:36:18 -07:00
Bruce Hill
8deb59b6a7
Fix for (..)-indented actions not handling newlines right.
2018-07-20 18:10:31 -07:00
Bruce Hill
9cfabfd435
Fix to prevent blocks from recursively capturing themselves.
2018-07-20 18:07:12 -07:00
Bruce Hill
24b8649c33
Tweaks to the API for text matching.
2018-07-20 17:56:15 -07:00
Bruce Hill
568e21dc29
Removed 'block' from everywhere except inside actions and
...
FileChunks. They're not really supposed to go there, and if they do, it
will cause an error on compilation. This just fixes that to be a parse
error instead of a compile error.
2018-07-20 17:54:58 -07:00
Bruce Hill
c4be74a5d3
Simplifying and correcting the nomsu codegen.
2018-07-20 17:51:33 -07:00
Bruce Hill
9f0b5384d7
Improving and cleaning up nomsu codegen.
2018-07-19 22:59:37 -07:00
Bruce Hill
53bec8091f
Fixes and simplifications for nomsu codegen.
2018-07-19 21:28:09 -07:00
Bruce Hill
9d6627aee5
Hopefully last correctness fix for trailing_line_len(), now it's just
...
dumb and slow, but correct. Also simplified recursion options a bit for
tree_to_nomsu()
2018-07-19 21:10:19 -07:00
Bruce Hill
47db74229d
Fixed some bugs in trailing_line_len() and refactored tree_to_nomsu into
...
separate inline/not-inline functions.
2018-07-19 20:42:09 -07:00
Bruce Hill
0eff1c77f2
chmod +x for all tools.
2018-07-19 17:10:58 -07:00
Bruce Hill
e5e47cb9ee
*actual* fix for the codegen for (do: if (yes) (: say "hi"); say "done")
...
example
2018-07-19 17:01:11 -07:00
Bruce Hill
ddc7b8e70c
Fix for nomsu codegen of blocks, particularly nested mutli-blocks like:
...
(do: if (yes) (: say "hi"); say "done")
2018-07-19 16:58:47 -07:00
Bruce Hill
bf67a61013
Updating to version 2.4.4.3, with new syntax for multi-statement 'if'
...
and switch statements.
2018-07-18 17:56:15 -07:00
Bruce Hill
acb86f78c3
Genericizing.
2018-07-18 14:54:48 -07:00
Bruce Hill
328f5cd3bb
Updated Makefile to copy over compatibility and tools directories, and
...
updated launcher script to list installed nomsu versions.
2018-07-18 01:42:46 -07:00
Bruce Hill
d5cfaa37be
Upgrading to version 2.3 (main change: "=" instead of "<-" for
...
assignment)
2018-07-18 01:28:17 -07:00
Bruce Hill
c7c657d38f
Prep work for next big upgrade, including adding a shorthand for
...
upgrading actions similarly to 'parse % as %'
2018-07-18 01:04:57 -07:00
Bruce Hill
88df5c72a3
Updating lib to v2
2018-07-17 23:37:26 -07:00
Bruce Hill
af441330ff
Improving nomsu codegen.
2018-07-17 23:33:56 -07:00
Bruce Hill
ceb29321ed
Added shebang.
2018-07-17 23:08:48 -07:00
Bruce Hill
ba639f2bd0
Upgraded core code to latest Nomsu verison.
2018-07-17 23:08:24 -07:00
Bruce Hill
854b2a652f
Fixed a bug in text escapes in nomsu codegen.
2018-07-17 17:53:17 -07:00
Bruce Hill
77a338c167
Oops, didn't mean to check in smushed_action.
2018-07-17 17:25:28 -07:00
Bruce Hill
6afa71d678
Removing minor change.
2018-07-17 16:15:50 -07:00
Bruce Hill
cbd1437752
Optimization/simplification pass.
2018-07-17 16:13:55 -07:00
Bruce Hill
39a0121856
Improvements to nomsu codegen.
2018-07-17 15:01:04 -07:00
Bruce Hill
0442c8dd21
Overhaul of comment handling, plus a few fixes (e.g. a fix for indented
...
text that begins with a nomsu comment)
2018-07-17 14:12:51 -07:00
Bruce Hill
be06fc096a
Major changes to how versioning and parsing work. This should be a
...
better path going forward to handling upgrades. Old syntax files will
stick around for compatibility purposes. Old syntax can be parsed into
valid syntax trees via the old syntax (.peg) files, and then old syntax
trees should be valid and can be upgraded via the normal code path. This
change has lots of improvements to Nomsu codegen too.
2018-07-15 19:43:28 -07:00
Bruce Hill
8a44869c4a
Aesthetic tweak to generated nomsu code with colons.
2018-07-14 15:06:17 -07:00