| Package | Description |
|---|---|
| fr.insalyon.citi.golo.compiler |
Provides access to the Golo compiler and supporting classes.
|
| fr.insalyon.citi.golo.compiler.parser |
(this is an internal API)
|
| Modifier and Type | Method and Description |
|---|---|
ASTCompilationUnit |
GoloCompiler.parse(String goloSourceFilename,
GoloParser parser)
Produces a parse tree for a Golo source file.
|
| 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 |
|---|---|
ASTCompilationUnit |
GoloParser.CompilationUnit() |
| Modifier and Type | Method and Description |
|---|---|
Object |
GoloParserVisitor.visit(ASTCompilationUnit node,
Object data) |
Copyright © 2013 Institut National des Sciences Appliquées de Lyon (INSA-Lyon). All Rights Reserved.