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
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
2017-10-02
More progress towards making everything work.
Bruce Hill
2017-09-29
More stuff is working more better.
Bruce Hill
2017-09-28
Kinda mostly working, except for closure vars like in lib/secrets.nom.
Bruce Hill
2017-09-26
Making forward progress.
Bruce Hill
2017-09-24
Recompiled.
Bruce Hill
2017-09-22
Renamed compiler -> nomsu for concision and clarity.
Bruce Hill
2017-09-22
Cleaned up code generation to have less cruft.
Bruce Hill
2017-09-22
Tweaks and adjustments.
Bruce Hill
2017-09-22
Recompiled.
Bruce Hill
2017-09-22
Being extra cautious and putting the indent stack back.
Bruce Hill
2017-09-21
Fixed lua block vars.
Bruce Hill
2017-09-21
Overhaul of invocations/specs. Much cleaner and more consistent now,
Bruce Hill
2017-09-21
Fixed bug that caused files to get reloaded if they returned nil.
Bruce Hill
2017-09-21
Optimization and cleanup pass.
Bruce Hill
2017-09-21
Cleaning up and simplifying code.
Bruce Hill
2017-09-21
Rebuilt.
Bruce Hill
2017-09-21
Another overhaul, this time pulling all the chunks of the core lib into
Bruce Hill
2017-09-20
Updated all the code to work with the latest nomsu.
Bruce Hill
2017-09-20
Added and fixed up "when"
Bruce Hill
2017-09-19
Added require instead of run file.
Bruce Hill
2017-09-19
Moved core into lib/ and recompiled.
Bruce Hill
2017-09-18
More major overhaulage.
Bruce Hill
2017-09-18
Disabled serializing functions until it works.
Bruce Hill
2017-09-18
Moved utils onto the compiler.
Bruce Hill
2017-09-15
Switched to use more flexible write instead of print.
Bruce Hill
2017-09-14
Made repr fix more flexible/correct.
Bruce Hill
[next]