Factor Documentation
|
Home
|
Glossary
|
Search
factorcode.org
complex-instruction ( type token -- parser )
Vocabulary
cpu.8080.emulator
Definition
USING:
kernel
peg
;
IN:
cpu.8080.emulator
:
complex-instruction
( type token -- parser )
token
swap
[
nip
[
generate-instruction
]
curry
]
curry
action
;