Vaguery / klapaucius

A clean, tested, maintainable Push interpreter written in Clojure.
MIT License
31 stars 2 forks source link

Check state of :bindings set at setup #139

Open Vaguery opened 7 years ago

Vaguery commented 7 years ago

Looks as if setting the :bindings hash with push.core/interpreter and push.interpreter.core/recycle-interpreter might produce different effects: The items pushed onto the stack, or the item as a list on the stack. If different, this is a bug.