| Package | Description |
|---|---|
| org.classdump.luna.compiler |
Core compiler classes.
|
| org.classdump.luna.compiler.ir |
The intermediate representation (IR) of Lua programs used by the compiler.
|
| org.classdump.luna.parser |
Core classes of the Lua 5.3 parser.
|
| org.classdump.luna.parser.analysis |
Syntactic analysis of Lua programs.
|
| org.classdump.luna.parser.ast |
The abstract syntax tree (AST) representation of Lua programs.
|
| org.classdump.luna.parser.ast.util |
Utility classes for building and querying the AST.
|
| org.classdump.luna.parser.util |
Parsing and syntax utility classes.
|
| Class and Description |
|---|
| Chunk |
| Class and Description |
|---|
| Name |
| Class and Description |
|---|
| BodyStatement |
| Chunk |
| Expr |
| FunctionDefExpr |
| GotoStatement |
| LabelStatement |
| Name |
| Transformer |
| Class and Description |
|---|
| SyntaxElement |
Copyright © 2016–2017. All rights reserved.