push-literal ( obj -- )
Stack effect inference implementation

Prev:push-d ( obj -- )
Next:push-r ( obj -- )


Vocabulary
stack-checker.backend

Inputs
objobject


Outputs
None

Word description
Pushes a literal onto the literals sequence.

See also
commit-literals

Definition