stack-checker.recursive-state vocabulary - Factor Documentation (original) (raw)
stack-checker.recursive-state vocabulary
Factor handbook » Vocabulary index
Summary
Tracking word nesting during stack effect inference
Metadata
Parents: | stack-checker |
---|
Words
Tuple classes
Class | Superclass | Slots |
---|---|---|
![]() |
![]() |
quotations inline-words |
Ordinary words
Word | Stack effect |
---|---|
![]() |
( -- state ) |
![]() |
( word label -- rstate ) |
![]() |
( rstate quot -- rstate ) |
![]() |
( word -- label/f ) |
![]() |
( quot -- ? ) |
Class predicate words
Word | Stack effect |
---|---|
![]() |
( object -- ? ) |
Files
resource:basis/stack-checker/recursive-state/recursive-state.factor
resource:basis/stack-checker/recursive-state/recursive-state-docs.factor
Metadata files
resource:basis/stack-checker/recursive-state/summary.txt
Children from resource:basis
Vocabulary | Summary |
---|---|
![]() |
Simple binary tree |