index
:
nomsu
main
The Nomsu programming language
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
code_obj.lua
Age
Commit message (
Collapse
)
Author
2018-05-29
Almost-working reimplementation of source code mapping.
Bruce Hill
2018-05-29
Cleaned up some asserts for performance.
Bruce Hill
2018-05-27
Some tweaks/cleanup on the nomsu code as well as adding variable
Bruce Hill
mangling to 'parse % as %' to make almost hygienic macros.
2018-05-26
Moving back to capturing tables in LPEG and everything is a Source, not
Bruce Hill
string.
2018-05-26
Re-added sources.
Bruce Hill
2018-05-24
Consolidating code obj code and expunging all [[..]]-style lua strings.
Bruce Hill
2018-05-16
Moved all the tree->lua and tree->nomsu code back into single functions
Bruce Hill
in nomsu.moon, and cleaned up how Vars are treated, since they are not atomic.
2018-05-15
Minor cleanups changes.
Bruce Hill
2018-05-14
Minor optimizations.
Bruce Hill
2018-05-09
Added tentative support for luajit (depends on pure-lua LPEG
Bruce Hill
implementation).
2018-05-04
Removing varargs from free var functions.
Bruce Hill
2018-05-03
Minor tweaks/cleanups.
Bruce Hill
2018-04-25
Renamed lua_obj -> code_obj
Bruce Hill