aboutsummaryrefslogtreecommitdiff
path: root/core/operators.nom
AgeCommit message (Expand)Author
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-03Cleanup of unnecessary parens in generated lua code for math operations.Bruce Hill
2018-04-27Better text interpolation/handling of "\". Also added syntax support forBruce Hill
2018-04-25Removing end-of-line ":" and "(..)" for blocks (they just useBruce Hill
2018-04-25Got nomsu codegen working again.Bruce Hill
2018-04-19All tests passing (except object)Bruce Hill
2018-04-18More cleanup, slowly working through operators/control_flowBruce Hill
2018-04-17Moving tree_to_lua into each of the Nomsu tree types, which are now inBruce Hill
2018-04-13Getting closer.Bruce Hill
2018-04-08Switched to use "." syntax.Bruce Hill
2018-04-06Retrofitted "%'s %" to parse as dot syntax.Bruce Hill
2018-02-13Initial branch of switching to using immutable types.Bruce Hill
2018-02-02Restructured the nomsu files to group all the essentials into core/ andBruce Hill