index
:
nomsu
main
The Nomsu programming language
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2017-12-18
Improved documentation and compile script.
Bruce Hill
2017-12-18
renamed utils2 -> utils
Bruce Hill
2017-12-18
Recompiled.
Bruce Hill
2017-12-18
Optimized utils and cleaned up a bit.
Bruce Hill
2017-12-15
Tweaks.
Bruce Hill
2017-12-14
Updated gitignore to use .compiled.nom
Bruce Hill
2017-12-14
Switched compiler to do lua> instead of lua files.
Bruce Hill
2017-12-14
Minor fix.
Bruce Hill
2017-12-14
Rebuild.
Bruce Hill
2017-12-14
Changed flags from -f to force nonoptimized to -O to use optimized.
Bruce Hill
2017-12-14
Updating some more stuff.
Bruce Hill
2017-12-14
Updated how do I.
Bruce Hill
2017-12-13
Got it working.
Bruce Hill
2017-12-11
More updates with more functional macros and source code storage.
Bruce Hill
2017-12-09
Recompiled.
Bruce Hill
2017-12-09
Even cleaner support for __src__
Bruce Hill
2017-12-09
Pretty much everything is working??
Bruce Hill
2017-12-08
Simplified parser by removing prev_edge.
Bruce Hill
2017-12-08
Added unicode support and cleaned up the parser a bit.
Bruce Hill
2017-12-04
Incremental progress towards working.
Bruce Hill
2017-12-04
Some stuff changed to allow escaped args and some other ports from the
Bruce Hill
2017-11-01
Added empty string check.
Bruce Hill
2017-11-01
Fixed remove rule rule.
Bruce Hill
2017-11-01
Added remove rule rule.
Bruce Hill
2017-11-01
Removed broken code.
Bruce Hill
2017-11-01
Fixed some codegen stuff, optimized "say" for the common case of string
Bruce Hill
2017-11-01
Added gsub.
Bruce Hill
2017-11-01
Added try/except.
Bruce Hill
2017-10-31
Added local var persistence for REPL.
Bruce Hill
2017-10-31
Added support for serializing rules.
Bruce Hill
2017-10-30
Changed it so variables can't contain wordbreakers anymore.
Bruce Hill
2017-10-23
Removed some unnecessary semicolons on keywords.
Bruce Hill
2017-10-23
Updated comments.
Bruce Hill
2017-10-22
Added tree_to_nomsu() and improved codegen by compiling \foo to
Bruce Hill
2017-10-20
Made it so nomsu only runs REPL with -i
Bruce Hill
2017-10-20
More callstack fixin
Bruce Hill
2017-10-20
Fix for callstack.
Bruce Hill
2017-10-19
Misc. cleanups.
Bruce Hill
2017-10-19
Recompile.
Bruce Hill
2017-10-19
Finally fixed the bullshit way that string literals were converted to lua.
Bruce Hill
2017-10-19
Added some constants to utils.
Bruce Hill
2017-10-19
Recompile.
Bruce Hill
2017-10-19
Abbreviated "lua code" to "lua>" and "lua expr" to "=lua" and "lua
Bruce Hill
2017-10-19
Added default dict.
Bruce Hill
2017-10-13
Rebuilt.
Bruce Hill
2017-10-13
Made symbols group with each other, instead of *every* one being alone.
Bruce Hill
2017-10-13
Changed tokenizing to treat symbols as their own things.
Bruce Hill
2017-10-13
Improved code generation by changing vars["x"] to vars.x for allowed lua
Bruce Hill
2017-10-13
Removed io.write() stuff.
Bruce Hill
2017-10-13
Rebuilt.
Bruce Hill
[next]