Vaguery / klapaucius

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

:interval-empty? is overshadowed #152

Closed Vaguery closed 6 years ago

Vaguery commented 6 years ago

Either the instruction that checks whether the :interval stack is empty, or the instruction that checks whether a particular :interval item is empty is broken, because they have the same name.

Vaguery commented 6 years ago

Changed to :interval-emptyset? throughout (and also renamed the helper function for the :interval type)

Fixed in b99cb02