aboutsummaryrefslogtreecommitdiff
path: root/string2.lua
AgeCommit message (Collapse)Author
2018-10-03Some incremental progress.Bruce Hill
2018-10-03Fixed up some edge cases with as_lua_id and from_lua_id that wereBruce Hill
producing bad results.
2018-09-26Incremental fixes and more nomnom ports.Bruce Hill
2018-09-18Got rid of repr() use and replaced with :as_lua() or :as_nomsu() in asBruce Hill
many places as possible.
2018-09-18Oops, added "$" to ensure keywords with suffixes don't get changed.Bruce Hill
2018-09-18Added code for handling lua keywords in as_lua_id().Bruce Hill
2018-09-18Fix for as_lua_id() for keywordsBruce Hill
2018-09-14Updated compiler to produce cool string output.Bruce Hill
2018-09-13Improvements to indented text parsing and error reporting.Bruce Hill
2018-09-12Initial working version.Bruce Hill