summaryrefslogtreecommitdiffstats
path: root/execute.c
AgeCommit message (Collapse)Author
2012-12-03Extend `{foo}` syntax to allow `{"foo"}` as well.Stephen Dolan
Useful when "foo" contains unusual characters. Should help with the issues #7, #38, #40, #42.
2012-12-02Clean up implementation of builtin functions.Stephen Dolan
2012-12-02Move all the includes one place to the leftStephen 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-26Move some higher-level JSON manipulation functions into jv_aux.{c,h}Stephen Dolan
2012-11-26Transparent handling for CBV arguments to C functions.Stephen Dolan
C function arguments closures are inlined before the call.
2012-11-26Clean up function creation API and epilogue generation.Stephen Dolan
2012-09-18Separate the tests and the main program.Stephen Dolan
2012-09-18Move everything around - delete old Haskell code, clean up build.Stephen Dolan