- improve performance significantly
- rewrite from recursive interpreter to stack machine based interpreter
- allow debugging with
make install-debug
andexport GOJQ_DEBUG=1
- parse built-in functions and generate syntax trees before compilation
- optimize tail recursion
- fix behavior of optional operator
- fix scopes of arguments of recursive function call
- fix duplicate function argument names
- implement
setpath
function