Handbook
Glossary
compile-assignment ( lexenv name -- quot )
Vocabulary
smalltalk
.
compiler
Inputs
lexenv
an
object
name
an
object
Outputs
quot
an
object
Definition
IN:
smalltalk.compiler
GENERIC:
compile-assignment
( lexenv name -- quot )
Methods
USING:
accessors
kernel
smalltalk.ast
smalltalk.compiler
smalltalk.compiler.lexenv
;
M:
ast-name
compile-assignment
name>>
swap
lookup-writer
;