Vaguery / klapaucius

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

add return-value and return-quoted-value DSL instruction #151

Closed Vaguery closed 6 years ago

Vaguery commented 6 years ago

Instead of using push-onto-stack, create a specialized return-value that pushes to :exec only, and a return-quoted-value that works for :code items.

Vaguery commented 6 years ago

Did the former, not the latter