]> gitweb.factorcode.org Git - factor.git/commit
VM: add enable-ctrl-break and disable-ctrl-break primitives
authorAlexander Iljin <ajsoft@yandex.ru>
Wed, 15 Jun 2016 14:12:13 +0000 (17:12 +0300)
committerJohn Benediktsson <mrjbq7@gmail.com>
Tue, 1 Nov 2016 23:53:00 +0000 (16:53 -0700)
commit0245a93beee44593157a9c948f1bdcc2c1bb5699
tree5d031f7be05592a1dacf5f783ae0805bdd967a5b
parent526a995d643560cc1ddf311e97138c64a77ce8e8
VM: add enable-ctrl-break and disable-ctrl-break primitives

These are for the Listener to wrap around user-supplied quotations. Nesting
is not supported at the moment.
basis/bootstrap/image/primitives/primitives.factor
vm/primitives.hpp
vm/vm.hpp