package transform
Ordering
- Alphabetic
Visibility
- Public
- All
Type Members
-
class
Driver
extends Parser with Compiler[Program]
Main program for transformation compiler.
-
trait
Parser
extends PositionedParserUtilities
Parse the input.
-
class
SemanticAnalyser
extends AnyRef
Operator priority resolution and name analysis for transformation compiler.
Operator priority resolution and name analysis for transformation compiler. Transform the generic operator tree from the parser into one that correctly represents the precedence of the operators. Operators are assumed to be left associative.
-
class
TransformTests
extends Driver with TestCompiler[Program]
Transformation compiler tests.
Value Members
-
object
Main
extends Driver
Transformation compiler main program.
-
object
TransformTree
Abstract syntax.