Bruce Hill
ba00294bad
Recompile
2018-08-30 14:07:47 -07:00
Bruce Hill
ab38fd19fa
Fixed obnoxious bug where List was getting used instead of a Dict,
...
causing havoc when .first and .pop were being accessed.
2018-08-30 14:07:40 -07:00
Bruce Hill
77ebe2fb2a
Fix for "\000123" getting compiled to Lua as "\0123"
2018-08-29 19:49:06 -07:00
Bruce Hill
70b8ee9070
Fixed typo in 3.7 upgrade.
2018-08-29 19:41:46 -07:00
Bruce Hill
4f30e02acb
Handling more compatibility stuff, including Lua 5.4, and a backup for
...
if openssl module is not found, and moving containers (List/Dict) into
their own file, as well as bit operators (and support for __bxor, etc.
metamethods in Lua 5.2/LuaJIT)
2018-08-29 19:39:15 -07:00
Bruce Hill
aae5ce31fe
Actually deleting old list modification methods.
2018-08-29 16:05:14 -07:00
Bruce Hill
811fdd6856
Tweaked version 3.6 to include deprecating list append/removal functions
...
in favor of using a method call style.
2018-08-29 16:00:04 -07:00
Bruce Hill
22495c7d70
Added replace tool.
2018-08-29 15:12:01 -07:00
Bruce Hill
dcb5e8add2
Fully updated to 3.6, deprecated old LuaCode global functions like "to 1
...
write 2" and replaced them with method calls like "1::append 2"
2018-08-29 15:10:27 -07:00
Bruce Hill
23b52bc22d
Intermediate step in upgrading to 3.6. Fixed a bug with upgrading
...
methods.
2018-08-29 15:03:03 -07:00
Bruce Hill
e64632be1a
Switched "as_lua_id" to not add an underscore by default, and just add
...
it manually to variables and A_ as a prefix to actions. Now, by default,
classes and method calls don't use the A_ prefix, which means nomsu can
more easily play nice with regular Lua objects.
2018-08-29 14:20:18 -07:00
Bruce Hill
436982c6ba
Added deprecation of traceback actions.
2018-08-29 14:06:25 -07:00
Bruce Hill
abbfc9669c
Fixing links.
2018-08-29 13:58:02 -07:00
Bruce Hill
af5ca18fc3
Added hyperlinks to files mentioned in the README.
2018-08-29 13:55:39 -07:00
Bruce Hill
5ee9bcb7fb
Upgraded version to 3.5.5.6, corresponding to Object Oriented changes.
2018-08-28 15:34:45 -07:00
Bruce Hill
2ec4f3117e
Added compatibility file.
2018-08-28 15:08:20 -07:00
Bruce Hill
e44acbf338
Lots of overhaul, supporting a new Object Oriented approach (e.g.
...
%obj::action 1 2) and syntax.
2018-08-28 15:08:07 -07:00
Bruce Hill
930d522fbc
Bunch of miscellaneous changes. Paved the way a little bit for having
...
different compiler domains.
2018-08-27 13:39:22 -07:00
Bruce Hill
c6a7b0be9e
Added compatibility for 2.5.5.5 (file hash changes).
2018-07-30 19:39:32 -07:00
Bruce Hill
56143adf97
Updated lib version (for training_wheels and base64).
2018-07-30 19:12:16 -07:00
Bruce Hill
445b3d5b5d
Updated training wheels (much overdue).
2018-07-30 19:11:12 -07:00
Bruce Hill
4f53ea5cc4
Cleaning up clumping logic a little.
2018-07-30 15:12:19 -07:00
Bruce Hill
ab4ebdf175
Changed autoformatting rules to ensure tests get clumped together with
...
the thing below them.
2018-07-30 15:06:03 -07:00
Bruce Hill
7c488dd266
Fixed bitwise operators to work on Lua 5.2 and LuaJIT, and added tests.
...
This is the first case where precompiled code is now platform-dependent.
2018-07-30 14:26:55 -07:00
Bruce Hill
9a948874d0
Removed traceback function so debug library isn't needed.
2018-07-30 14:26:35 -07:00
Bruce Hill
dc0c940d65
Added bit library and support for checking Lua version and whether
...
LuaJIT is being used.
2018-07-30 14:26:28 -07:00
Bruce Hill
54906c0553
Fix for REPL not getting launched when nomsu -I lib
is run.
2018-07-30 14:25:35 -07:00
Bruce Hill
fba035595d
Need to make sure all the files get run so their tests are loaded.
2018-07-30 14:12:22 -07:00
Bruce Hill
2a12310b25
Switching hashes to use base64 instead of hex.
2018-07-30 14:11:45 -07:00
Bruce Hill
43e8da1780
Simplifying.
2018-07-30 13:54:40 -07:00
Bruce Hill
0d48b5add8
Added parens for correctness and methods for accessing bytes and making
...
uppercase.
2018-07-30 13:52:40 -07:00
Bruce Hill
aafce3a765
Fix for parsing empty files, adding hex number literals (0xdeadbeef),
...
and fix for long strings ending with an indented interpolation.
2018-07-30 13:47:40 -07:00
Bruce Hill
f6e9bdc1c0
Fixed a bug where if an indented string interpolation was at the end of
...
an indented text, the nomsu codegen would fail to put a "\n.." after it,
so it wouldn't parse as an iterpolation.
2018-07-26 16:00:12 -07:00
Bruce Hill
e7c3455d4f
Recompiled.
2018-07-26 15:57:11 -07:00
Bruce Hill
b3c73c280e
Fixed bug where Text was the first item in an index chain.
2018-07-26 15:56:59 -07:00
Bruce Hill
f434b6b167
Fix for -e strings not getting executed because Files.walk didn't
...
respect spoofing.
2018-07-26 14:29:41 -07:00
Bruce Hill
ed996ad1b6
Switching compile action to parse action for 3-way comparison.
2018-07-26 12:38:17 -07:00
Bruce Hill
a69555bc03
Updated version numbers.
2018-07-25 13:49:17 -07:00
Bruce Hill
fe47b7c2cb
Removing debug print.
2018-07-25 13:46:47 -07:00
Bruce Hill
e491a5838a
Fix for source being too long.
2018-07-24 20:11:14 -07:00
Bruce Hill
d7e297844c
Fixed stdin handling.
2018-07-24 17:36:50 -07:00
Bruce Hill
f7a9d1fc6b
Fixed example to be actually functional.
2018-07-24 17:27:13 -07:00
Bruce Hill
871a5b6706
More concise version requirements.
2018-07-24 17:20:24 -07:00
Bruce Hill
76de40cd45
Added link to Nomic wiki.
2018-07-24 17:18:52 -07:00
Bruce Hill
bf224aacf2
Updated luafilesystem urls to point to both JIT and non-JIT versions.
2018-07-24 17:17:16 -07:00
Bruce Hill
b1c0446a3c
Updating file stuff for better compatibility with Lua 5.2 and fixing
...
some bugs. Also updated README to provide more compatibility info and
list Lua5.2+ as a requirement.
2018-07-24 16:43:56 -07:00
Bruce Hill
6014c5aa43
Removed debugging shim.
2018-07-24 16:42:21 -07:00
Bruce Hill
efdfdcd695
Switched to optimization level 1 by default (i.e. use precompiled nomsu
...
files).
2018-07-24 15:25:31 -07:00
Bruce Hill
b6c99c56a1
Updated package.nomsupath behavior to first search the installed
...
locations, *then* search the current directory. This makes the system `nomsu` run
properly, even if the local directory has a broken file that has the
same name as a nomsu file.
2018-07-24 15:09:55 -07:00
Bruce Hill
3cf97066be
Cleaning up code to make use of newer API.
2018-07-24 14:07:25 -07:00