]> gitweb.factorcode.org Git - factor.git/commit
primitives: Change PRIMITIVE: to check that the word is in that vocabulary and the... 1371/head
authorDoug Coleman <doug.coleman@gmail.com>
Fri, 26 Jun 2015 01:02:03 +0000 (18:02 -0700)
committerDoug Coleman <doug.coleman@gmail.com>
Fri, 26 Jun 2015 01:02:03 +0000 (18:02 -0700)
commit44e8e7b3441b45e09c016760af671492cb7d2a1d
tree6350802d189713f70dc20e131d8a9a681a39154b
parentfdcbe26cbc844047be2912edf89e482f04b5abcd
primitives: Change PRIMITIVE: to check that the word is in that vocabulary and the stack effect is correct.
Use PRIMITIVE: in core/ and basis/
25 files changed:
basis/alien/libraries/libraries.factor
basis/locals/backend/backend.factor
basis/threads/threads.factor
basis/tools/dispatch/dispatch.factor
basis/tools/memory/memory.factor
basis/tools/profiler/sampling/sampling.factor
core/alien/accessors/accessors.factor [new file with mode: 0644]
core/alien/alien.factor
core/arrays/arrays.factor
core/byte-arrays/byte-arrays.factor
core/classes/tuple/tuple.factor
core/compiler/units/units.factor
core/generic/single/single.factor
core/io/files/files.factor
core/io/streams/c/c.factor
core/kernel/kernel.factor
core/math/math.factor
core/math/parser/parser.factor
core/memory/memory.factor
core/quotations/quotations.factor
core/slots/slots.factor
core/strings/strings.factor
core/syntax/syntax.factor
core/system/system.factor
core/words/words.factor