Handbook
Glossary
add-literal ( obj -- )
Vocabulary
compiler
.
codegen
.
relocation
Inputs
obj
a symbol
Outputs
None
Word description
Adds a symbol to the
literal-table
.
Definition
USING:
namespaces
sequences
;
IN:
compiler.codegen.relocation
:
add-literal
( obj -- )
literal-table
get
push
;