M  ast/node.go
M  ast/print.go
M  ast/print_test.go
M  ast/visitor.go
M  builtin/builtin.go
M  checker/checker.go
M  compiler/compiler.go
M  docs/language-definition.md
A  error_handling_test.go
M  parser/lexer/state.go
M  parser/parser.go
M  parser/parser_test.go
M  vm/opcodes.go
M  vm/program.go
A  vm/runtime/error.go
A  vm/runtime/error_test.go
M  vm/runtime/runtime.go
A  vm/try.go
M  vm/vm.go
[feature/try-catch-error-handling 3999793] feat: add error handling with try/catch/finally, throw, retry, and errtype
 19 files changed, 1412 insertions(+), 10 deletions(-)
 create mode 100644 error_handling_test.go
 create mode 100644 vm/runtime/error.go
 create mode 100644 vm/runtime/error_test.go
 create mode 100644 vm/try.go
3999793 feat: add error handling with try/catch/finally, throw, retry, and errtype
851b241 fix(vm): handle non-comparable groupBy keys (#940)
