skx / yal

Yet another lisp interpreter
GNU General Public License v2.0
16 stars 0 forks source link

Updated the main driver to simplify the code. #72

Closed skx closed 1 year ago

skx commented 1 year ago

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 #70.