| Age | Commit message (Collapse) | Author |
|
using that to simplify the tools. Now the tools directly take lists of
file paths rather than things that might go through nomsupath or
directories or get processed by filetype. Use your shell for globbing stuff like
`nomsu tools/test.nom core/*.nom`
|
|
|
|
|
|
|
|
|
|
calls, lib/thing.nom API, multi-assignments, varargs, etc.
|
|
|
|
|
|
|
|
|
|
adding parens around indexchains.
|
|
|
|
|
|
comments.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
shorthand.
|
|
|
|
comprehension methods, in favor of the new native support.
|
|
|
|
|
|
|
|
"0xF00", fix for (compile error at ...)
|
|
deleted nomnom files, since they're mostly not needed anymore.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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.
|
|
|