| Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
many places as possible.
|
|
into values.
|
|
using the pretty_error system.
|
|
|
|
|
|
tabs.
|
|
|
|
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.
|
|
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.
|
|
|
|
|
|
uppercase.
|
|
|
|
|
|
correspondingly.
|
|
|
|
|
|
|
|
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.
|
|
function for directly extracting source lines from a Source or AST.
|
|
file spoofing and adding -e command line flag for executing a string.
|
|
|
|
|
|
and switch statements.
|
|
assignment)
|
|
upgrading actions similarly to 'parse % as %'
|
|
|
|
text that begins with a nomsu comment)
|