| Age | Commit message (Collapse) | Author |
|
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).
|
|
|
|
|
|
|
|
|
|
|
|
|
|
causing havoc when .first and .pop were being accessed.
|
|
|
|
|
|
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.
|
|
|
|
write 2" and replaced them with method calls like "1::append 2"
|
|
methods.
|
|
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.
|
|
This is the first case where precompiled code is now platform-dependent.
|
|
|
|
LuaJIT is being used.
|
|
|
|
|
|
|
|
|
|
uppercase.
|
|
and fix for long strings ending with an indented interpolation.
|
|
an indented text, the nomsu codegen would fail to put a "\n.." after it,
so it wouldn't parse as an iterpolation.
|
|
|
|
|
|
respect spoofing.
|
|
|
|
|
|
|
|
|