class |
begin |
Implement the re-writer for the "begin" primitive.
|
class |
constant_fold |
Implements the "constant-fold" transformer.
|
class |
define |
The Syntax transformer that re-writes the "%define" internal form.
|
class |
define_alias |
|
class |
define_autoload |
|
class |
define_class |
|
class |
define_library |
Implements the R7RS 'define-library' form.
|
class |
define_syntax |
|
class |
define_unit |
|
class |
export |
|
class |
fluid_let |
The Syntax transformer that re-writes the Scheme "fluid-let" primitive.
|
class |
IfFeature |
Implements the Scheme 'cond-expand' syntax.
|
class |
ImportFromLibrary |
Implement R6RS import form.
|
class |
Include |
Syntax class for source-file inclusion.
|
class |
let |
The Syntax transformer that re-writes the Scheme "let" primitive.
|
class |
let_syntax |
Implementation of the standard Scheme let-syntax and letrec-syntax forms.
|
class |
location |
The Syntax transformer that re-writes the Kawa "location" primitive.
|
class |
MatchDef |
Handle the (! pattern init) syntax.
|
class |
module_compile_options |
|
class |
module_extends |
|
class |
module_implements |
|
class |
module_name |
|
class |
module_static |
|
class |
object |
|
class |
prim_method |
|
class |
require |
|
class |
Scan |
Create a scan expression from a sequence expression.
|
class |
set_b |
The Syntax transformer that re-writes the Scheme "set!" primitive.
|
class |
syntax |
|
class |
syntax_case |
|
class |
syntax_error |
Implements the "syntax-error" form.
|
class |
syntax_rules |
Implement the standard Scheme "syntax-rules" form.
|
class |
thisRef |
|
class |
with_compile_options |
|