| Age | Commit message (Collapse) | Author |
|
lib/, including core/*. Changes to how nomsu environments and importing
work.
|
|
steamlining and tweaks to the makefile. Version bump: 6.14.13.8
|
|
replacing ((foo 1 baz)'s meaning) with $(foo 1 baz).
|
|
relative to the text, not the opening '("', code objects can now remove
all free vars, the REPL uses global vars. Error API is changing a bit.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
calls, lib/thing.nom API, multi-assignments, varargs, etc.
|
|
|
|
comprehension methods, in favor of the new native support.
|
|
return a LuaCode object, and it will automatically get a source from
`tree` if it didn't already have a source. Plus some fixes/cleanup.
|
|
|
|
literal") shorthand, deprecating Lua value, and more use of Lua "..."
with text interpolations.
|
|
nomsu_compiler, and nomsu_decompiler. Also added comprehensions.
|
|
for calling functions with (%a %b %c) instead of (call %a with [%b,
%c]), renamed _List -> List, _Dict -> Dict, improved example code.
|
|
foo_1_baz_2, removed "smext", made some cleanup changes.
|
|
|
|
refactor and misc other changes.
|
|
terminated files.
|
|
|
|
|
|
|
|
|
|
|
|
using the pretty_error system.
|
|
|
|
tree_to_nomsu.
|
|
"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.
|
|
|
|
in favor of using a method call style.
|
|
write 2" and replaced them with method calls like "1::append 2"
|
|
|
|
different compiler domains.
|
|
|
|
the thing below them.
|
|
|
|
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.
|
|
|