COMMITS
/ opcode_list.h May 16, 2013
S
Add LOADVN opcode.
Stephen Dolan committed
May 15, 2013
S
Remove the YIELD opcode (use RET instead)
Stephen Dolan committed
May 14, 2013
S
Add the range function
Stephen Dolan committed
May 13, 2013
S
Refactor path logic.
Stephen Dolan committed
January 3, 2013
S
Change APPEND opcode to directly modify a variable.
Stephen Dolan committed
December 29, 2012
S
Refactor assignment.
Stephen Dolan committed
December 28, 2012
S
Path manipulation (path/getpath/setpath/delpath) and docs.
Stephen Dolan committed
December 4, 2012
S
Refactor function argument passing into what it always should have been.
Stephen Dolan committed
December 3, 2012
S
Extend `{foo}` syntax to allow `{"foo"}` as well.
Stephen Dolan committed
S
General cleanup - rename a few things, delete dead code.
Stephen Dolan committed
December 2, 2012
S
Clean up calls to C functions, unify opcodes
Stephen Dolan committed
December 1, 2012
S
Refactor of function call codegen. Separate codegen for C and jq calls.
Stephen Dolan committed
November 25, 2012
S
Minor refactor of function call setup to allow for multiple arguments.
Stephen Dolan committed
October 19, 2012
S
A string interpolation syntax that I don't hate. Also tests.
Stephen Dolan committed
September 18, 2012
S
Move everything around - delete old Haskell code, clean up build.
Stephen Dolan committed