Skip to content

v0.4.0

Compare
Choose a tag to compare
@itchyny itchyny released this 20 Jul 04:49
  • improve performance significantly
  • rewrite from recursive interpreter to stack machine based interpreter
  • allow debugging with make install-debug and export 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