| Package | Description |
|---|---|
| org.classdump.luna.compiler |
Core compiler classes.
|
| org.classdump.luna.compiler.analysis |
Static analysis of Lua programs operating on the IR.
|
| org.classdump.luna.compiler.analysis.types |
Classes representing Lua types, used in static analysis.
|
| org.classdump.luna.compiler.gen |
Core classes for Java bytecode generation.
|
| org.classdump.luna.compiler.gen.asm |
Java bytecode generation using the ASM library.
|
| org.classdump.luna.compiler.gen.asm.helpers |
Helper classes for Java bytecode generation using ASM.
|
| org.classdump.luna.compiler.ir |
The intermediate representation (IR) of Lua programs used by the compiler.
|
| org.classdump.luna.compiler.tf |
IR transformations.
|
| org.classdump.luna.compiler.util |
Compiler utility classes.
|
| org.classdump.luna.env |
Access to the runtime environment accessed by the standard library.
|
| org.classdump.luna.lib |
An abstract interface to the standard library.
|
| org.classdump.luna.lib.io |
The default implementation of the I/O library.
|
| 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.
|
Copyright © 2016–2017. All rights reserved.