The REPL's use of the interpreter was causing it to not get the builtins defined in builtin scripts. For example the `top` function was missing. This change fixes the issues by ensuring the builtins are only evaluated once and that there is only one way to get the query Interpreter that is guaranteed to have the proper builtins. |
||
---|---|---|
.. | ||
doc.go | ||
interpreter.go | ||
interpreter_test.go |