Handbook
Glossary
push-literal ( obj -- )
Stack effect inference implementation
Prev:
push-d ( obj -- )
Next:
push-r ( obj -- )
Vocabulary
stack-checker
.
backend
Inputs
obj
object
Outputs
None
Word description
Pushes a literal onto the
literals
sequence.
See also
commit-literals
Definition
USING:
namespaces
sequences
stack-checker.state
;
IN:
stack-checker.backend
:
push-literal
( obj -- )
literals
get
push
;