Handbook
Glossary
compile-arguments ( lexenv ast -- quot )
Vocabulary
smalltalk
.
compiler
Inputs
lexenv
an
object
ast
an
object
Outputs
quot
an
object
Definition
USING:
accessors
kernel
sequences
;
IN:
smalltalk.compiler
:
compile-arguments
( lexenv ast -- quot )
arguments>>
[
compile-ast
]
with
map
[
]
join
;