index
:
nomsu
main
The Nomsu programming language
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
nomsu.lua
Age
Commit message (
Expand
)
Author
2018-01-07
Reworking some stuff so that functions only allow expressions to be
Bruce Hill
2018-01-07
Some overhaul of binary operators so that arbitrary math patterns work
Bruce Hill
2018-01-05
Added nomsu:assert()
Bruce Hill
2018-01-05
Low hanging optimization fruit.
Bruce Hill
2018-01-03
Updated examples and made operator characters not stick to each other.
Bruce Hill
2018-01-03
Added support for \000 and \x00 style byte literals.
Bruce Hill
2018-01-03
Reworked {} a bit and added dicts to the core language. Did some more
Bruce Hill
2017-12-30
Got everything mostly working.
Bruce Hill
2017-12-18
renamed utils2 -> utils
Bruce Hill
2017-12-18
Recompiled.
Bruce Hill
2017-12-15
Tweaks.
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-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
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
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 some codegen stuff, optimized "say" for the common case of string
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-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
Recompile.
Bruce Hill
2017-10-19
Recompile.
Bruce Hill
2017-10-13
Rebuilt.
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
Rebuilt.
Bruce Hill
2017-10-13
Renamed repr_if_not_string to "stringify" and added nomsu:stringify for
Bruce Hill
2017-10-13
Changed generated code to be less verbose for function and macro defs
Bruce Hill
2017-10-13
Tweaked macros to insert runtime checks, rather than compile-time.
Bruce Hill
2017-10-12
Added better output control for stderr.
Bruce Hill
2017-10-10
Added an option to pass in vars to run()
Bruce Hill
2017-10-09
Test fix.
Bruce Hill
2017-10-09
Moved timeout code into compiler and out of a lib.
Bruce Hill
2017-10-09
Added chain for loaded files.
Bruce Hill
2017-10-08
Moved colors to only when invoking from command line.
Bruce Hill
2017-10-08
Fixed command line for no args.
Bruce Hill
2017-10-08
Updated command line interface and compilation.
Bruce Hill
2017-10-08
Fixed permissions to work better with aliases.
Bruce Hill
2017-10-07
Renamed ansicolors to consolecolors.
Bruce Hill
2017-10-02
Fixed one compiler bug with comments immediately after indenting
Bruce Hill
[next]