| Age | Commit message (Collapse) | Author |
|
recompiled until they produce Lua code.
|
|
using the pretty_error system.
|
|
|
|
|
|
tabs.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
trees.
|
|
|
|
|
|
metametatable)
|
|
|
|
tree_to_nomsu.
|
|
Also fixed a bug with method call parenthesizing.
|
|
"dict" to "List" and "Dict", or in Nomsu's environment, "_List" and
"_Dict", removed uuid.lua and replaced it with core/id.nom for handling
IDs.
|
|
as_lua_id() (guaranteed injectivity).
|
|
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)
|
|
in favor of using a method call style.
|
|
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.
|
|
%obj::action 1 2) and syntax.
|
|
different compiler domains.
|
|
|
|
the thing below them.
|
|
LuaJIT is being used.
|
|
an indented text, the nomsu codegen would fail to put a "\n.." after it,
so it wouldn't parse as an iterpolation.
|
|
|
|
|
|
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.
|
|
knows where to look.
|
|
|
|
|
|
|
|
|
|
file spoofing and adding -e command line flag for executing a string.
|
|
|
|
indent for "\nhello"
|
|
|
|
|
|
|
|
|
|
dumb and slow, but correct. Also simplified recursion options a bit for
tree_to_nomsu()
|
|
separate inline/not-inline functions.
|
|
example
|