aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2018-05-26Cleaned up lpeg matching stuff to use lpeg.Carg(1) instead ofBruce Hill
2018-05-26Moving back to capturing tables in LPEG and everything is a Source, notBruce Hill
2018-05-26Re-added sources.Bruce Hill
2018-05-26Minor tidying.Bruce Hill
2018-05-24Removed the Word tree type and replaced it with raw strings, sinceBruce Hill
2018-05-24Adding some src map building code.Bruce Hill
2018-05-24Consolidating code obj code and expunging all [[..]]-style lua strings.Bruce Hill
2018-05-24Added error checking for bad paths.Bruce Hill
2018-05-24Cleaned up string quotesBruce Hill
2018-05-24Fixed up file hash lib.Bruce Hill
2018-05-24Misc changes, fixed up Object lib and tests.Bruce Hill
2018-05-16Moved all the tree->lua and tree->nomsu code back into single functionsBruce Hill
2018-05-16Initial working version.Bruce Hill
2018-05-16Converted DictEntry to be an actual tree, instead of a pseudo-tree, made 'par...Bruce Hill
2018-05-15Removed "for all"-style iteration and changed "for % from 1 to 10"-styleBruce Hill
2018-05-15Cleaning up comments.Bruce Hill
2018-05-15Adding support for coroutines, and cleaning up comment syntax.Bruce Hill
2018-05-15More API cleanup, and fixed a bug with optimized lua files generatingBruce Hill
2018-05-15Minor cleanups changes.Bruce Hill
2018-05-14Removing dead code.Bruce Hill
2018-05-14Merging use_file and run_fileBruce Hill
2018-05-14Minor optimizations.Bruce Hill
2018-05-11Switched to use inline nomsu generation for `Nomsu` tree luaBruce Hill
2018-05-10Added scopes to core.Bruce Hill
2018-05-10Added scoping test.Bruce Hill
2018-05-10Cleanup: removed "File" type trees (now just Block), overhauledBruce Hill
2018-05-09Fixed up examples to be up to date and working.Bruce Hill
2018-05-09Renamed "export" to "external"Bruce Hill
2018-05-09Switched luajit to use custom built luajit lpeg, allowed `find` toBruce Hill
2018-05-09Added tentative support for luajit (depends on pure-lua LPEGBruce Hill
2018-05-04Removing varargs from free var functions.Bruce Hill
2018-05-03Minor tweaks/cleanups.Bruce Hill
2018-05-03Overhaul with smaller, more concise codebase around definingBruce Hill
2018-05-03Fix for compile lib putting the files in the wrong place.Bruce Hill
2018-05-03Cleanup of unnecessary parens in generated lua code for math operations.Bruce Hill
2018-05-03Better error reporting and codegen.Bruce Hill
2018-04-30Fix for math expression parsingBruce Hill
2018-04-28Improving idiomatic nomsu codegenBruce Hill
2018-04-28Fixed compile_lib and cleaned up control_flowBruce Hill
2018-04-28Further improvements on the CLI.Bruce Hill
2018-04-28Improvements to command line file handling.Bruce Hill
2018-04-28Overhaul of command-line API. It's a bit cleaner now.Bruce Hill
2018-04-28Removed LFS dependency in favor of just using `find`Bruce Hill
2018-04-28Re-added (..), which is necessary for long expressions as first arg toBruce Hill
2018-04-27Better text interpolation/handling of "\". Also added syntax support forBruce Hill
2018-04-26Cleaning up codegen and TODOBruce Hill
2018-04-26Fixed renaming lua_obj->code_objBruce Hill
2018-04-25Renamed lua_obj -> code_objBruce Hill
2018-04-25Overhauling parsing of Blocks (can no longer contain only one statement)Bruce Hill
2018-04-25Removing end-of-line ":" and "(..)" for blocks (they just useBruce Hill