Handbook
Glossary
ast-name
Vocabulary
smalltalk
.
ast
Definition
USING:
strings
;
IN:
smalltalk.ast
TUPLE:
ast-name
{
name
string
initial:
""
}
;
Methods
USING:
accessors
kernel
smalltalk.ast
smalltalk.compiler
smalltalk.compiler.lexenv
;
M:
ast-name
compile-assignment
name>>
swap
lookup-writer
;
USING:
accessors
kernel
smalltalk.ast
smalltalk.compiler
smalltalk.compiler.lexenv
;
M:
ast-name
compile-ast
name>>
swap
lookup-reader
;