parrotcode: Perl6 evaluators | |
Contents | Language Implementations | Perl6 |
src/builtins/eval.pir - Perl6 evaluators
This file implements methods and functions that evaluate code,
such as evalfile
,
require
,
and use
.
The function eval
itself can be found in src/builtins/control.pir.
|