Parents: | infix |
Class | Superclass | Slots |
bad-stack-effect | tuple | word |
invalid-op | tuple | string |
local-not-defined | tuple | name |
Word | Stack effect |
infix-codegen | ( ast -- quot/number ) |
Word | Stack effect |
(INFIX::) | ( -- word def effect ) |
>local-word | ( string -- word ) |
arguments-codegen | ( seq -- quot ) |
bad-stack-effect | ( word -- * ) |
check-word | ( argcount word -- ? ) |
find-and-check | ( args argcount string -- quot ) |
infix-nth | ( n seq -- elt ) |
infix-subseq | ( from to step seq -- subseq ) |
infix-subseq-range | ( from to step len -- from to ) |
infix-subseq-step | ( subseq step -- subseq' ) |
invalid-op | ( string -- * ) |
local-not-defined | ( name -- * ) |
parse-infix-quotation | ( end -- result/quot ) |
prepare-operand | ( term -- quot ) |
select-op | ( string -- word ) |
Word | Stack effect |
bad-stack-effect? | ( object -- ? ) |
invalid-op? | ( object -- ? ) |
local-not-defined? | ( object -- ? ) |