Vaguery / klapaucius

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

repair vectorized.clj instructions #163

Closed Vaguery closed 6 years ago

Vaguery commented 6 years ago

Several of the instructions in vectorized.clj still rely on push-onto stack DSL instructions. They work for the moment, but should be cleaned up and refactored extensively. Also they'e ugly.

Vaguery commented 6 years ago

Undone by #175