module github.com/expr-lang/expr

go 1.18
851b241 fix(vm): handle non-comparable groupBy keys (#940)
27acc2d fix: reject unexported struct fields at runtime (#935)
3abfc80 fix: wrap LoadLocation error in date() builtin (#931)
ast:
dump.go
find.go
find_test.go
node.go
print.go
print_test.go
visitor.go
visitor_test.go

checker:
checker.go
checker_bench_test.go
checker_test.go
info.go
info_test.go
nature

compiler:
compiler.go
compiler_test.go

parser:
bench_test.go
lexer
operator
parser.go
parser_test.go
utils

vm:
debug.go
debug_off.go
debug_test.go
func_types
func_types[generated].go
opcodes.go
program.go
program_test.go
runtime
utils.go
vm.go
vm_bench_test.go
vm_test.go
