summaryrefslogtreecommitdiffstats
path: root/opcode_list.h
AgeCommit message (Expand)Author
2013-05-16Add LOADVN opcode.Stephen Dolan
2013-05-15Remove the YIELD opcode (use RET instead)Stephen Dolan
2013-05-14Add the range functionStephen Dolan
2013-05-13Refactor path logic.Stephen Dolan
2013-01-03Change APPEND opcode to directly modify a variable.Stephen Dolan
2012-12-29Refactor assignment.Stephen Dolan
2012-12-28Path manipulation (path/getpath/setpath/delpath) and docs.Stephen Dolan
2012-12-04Refactor function argument passing into what it always should have been.Stephen Dolan
2012-12-03Extend `{foo}` syntax to allow `{"foo"}` as well.Stephen Dolan
2012-12-03General cleanup - rename a few things, delete dead code.Stephen Dolan
2012-12-02Clean up calls to C functions, unify opcodesStephen Dolan
2012-12-02Refactor of function call codegen. Separate codegen for C and jq calls.Stephen Dolan
2012-11-25Minor refactor of function call setup to allow for multiple arguments.Stephen Dolan
2012-10-20A string interpolation syntax that I don't hate. Also tests.Stephen Dolan
2012-09-18Move everything around - delete old Haskell code, clean up build.Stephen Dolan