You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This closes#71, by simplifying the main.go driver. We also added
a means to execute code within the existing/persistent interpreter.
This had to be done to ensures we didn't reset our aliases, etc,
between executions - partly because this is obvious, and partly
anticipating #72.
It is hard to modify, due to the argument stuff being a little dense.
(Specifically the *hlp flag).
Once cleaned up we can add a repl, as noted in #70.
The text was updated successfully, but these errors were encountered: