| Package | Description |
|---|---|
| fr.insalyon.citi.golo.compiler |
Provides access to the Golo compiler and supporting classes.
|
| fr.insalyon.citi.golo.compiler.ir |
(this is an internal API)
|
| Modifier and Type | Method and Description |
|---|---|
GoloModule |
GoloCompiler.check(ASTCompilationUnit compilationUnit)
Checks that the source code is minimally sound by converting a parse tree to an intermediate representation, and
running a few classic visitors over it.
|
| Modifier and Type | Method and Description |
|---|---|
void |
IrTreeDumper.visitModule(GoloModule module) |
void |
GoloIrVisitor.visitModule(GoloModule module) |
Copyright © 2014 Institut National des Sciences Appliquées de Lyon (INSA-Lyon). All Rights Reserved.