aboutsummaryrefslogtreecommitdiff
path: root/lib/utils.nom
AgeCommit message (Expand)Author
2018-01-11Purged references to "macro" and replaced with "compile action" orBruce Hill
2018-01-11Renamed def->define_action and defmacro->define_macroBruce Hill
2018-01-11Renamed rule % = % to action % %Bruce Hill
2018-01-11Renamed String -> TextBruce Hill
2018-01-11Overhaul of error reporting and removing nomsu:call(stub, line_no, ...) in fa...Bruce Hill
2018-01-10Pretty much mostly working.Bruce Hill
2018-01-07Some overhaul of binary operators so that arbitrary math patterns workBruce Hill
2018-01-05More cleanup of vars.XX -> \%XXBruce Hill
2018-01-03Tidying.Bruce Hill
2017-12-13Got it working.Bruce Hill
2017-12-04Some stuff changed to allow escaped args and some other ports from theBruce Hill
2017-11-01Fixed some codegen stuff, optimized "say" for the common case of stringBruce Hill
2017-11-01Added gsub.Bruce Hill
2017-11-01Added try/except.Bruce Hill
2017-10-19Added some constants to utils.Bruce Hill
2017-10-19Abbreviated "lua code" to "lua>" and "lua expr" to "=lua" and "luaBruce Hill
2017-10-13Renamed repr_if_not_string to "stringify" and added nomsu:stringify forBruce Hill
2017-10-09Fixing up sorting more.Bruce Hill
2017-10-09Fixing sort.Bruce Hill
2017-10-08Added random seed.Bruce Hill
2017-10-02Added some ansi color escapes.Bruce Hill
2017-10-02More progress towards making everything work.Bruce Hill
2017-10-02Updated to undo some of the block/thunk stuff. Thunks are thunks, andBruce Hill
2017-09-28Kinda mostly working, except for closure vars like in lib/secrets.nom.Bruce Hill
2017-09-26Making forward progress.Bruce Hill
2017-09-24massive overhaul, compiler kinda works.Bruce Hill
2017-09-22Renamed compiler -> nomsu for concision and clarity.Bruce Hill
2017-09-22Cleaned up code generation to have less cruft.Bruce Hill
2017-09-21Overhaul of invocations/specs. Much cleaner and more consistent now,Bruce Hill
2017-09-21Everything fixed up and some reduced lua codespew too!Bruce Hill
2017-09-21Another overhaul, this time pulling all the chunks of the core lib intoBruce Hill