index
:
nomsu
main
The Nomsu programming language
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
code_obj.moon
Age
Commit message (
Expand
)
Author
2018-07-13
Minor changes.
Bruce Hill
2018-07-12
Fixing up comments, slowly.
Bruce Hill
2018-07-10
Improving codegen line wrapping.
Bruce Hill
2018-07-10
Fixed up line numbers for generated code.
Bruce Hill
2018-07-10
Fixing up error reporting and ripping out LDT-specific code (now a
Bruce Hill
2018-06-28
Improvements to nomsu codegen (comments are now retained) and some
Bruce Hill
2018-06-26
Cleaning up metaprogramming a bit and fixing/adding test for recursion
Bruce Hill
2018-06-19
Lots of cleanup.
Bruce Hill
2018-06-18
More streamlining and cleanup.
Bruce Hill
2018-06-18
Initial working version.
Bruce Hill
2018-06-14
More streamlining and cleanup. Especially for core/metaprogramming.nom
Bruce Hill
2018-06-12
Working version.
Bruce Hill
2018-06-12
Lots of optimizations and simplifications, especially towards getting
Bruce Hill
2018-06-12
Removed dependency on 'immutable' library. This lets LuaJIT do more
Bruce Hill
2018-06-05
Updating documentation.
Bruce Hill
2018-06-04
Optimizations and cleanup. Build script now fails on first error and
Bruce Hill
2018-05-30
Simplified and correctified lib/object (though the codegen still need
Bruce Hill
2018-05-30
Moved as_lua_id() onto 'string'
Bruce Hill
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
2018-05-26
Moving back to capturing tables in LPEG and everything is a Source, not
Bruce Hill
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
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
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