Triangle tools from the text book Programming Processors in Java.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
This repo is archived. You can view files and clone it, but cannot push or open issues/pull-requests.
Triangle-Tools/Triangle.Compiler/src/main/java/triangle/abstractSyntaxTrees
Sandy Brownlee 55fdd944fa Changes for constant folding 2 years ago
..
actuals Changes for constant folding 2 years ago
aggregates Changes for constant folding 2 years ago
commands Changes for constant folding 2 years ago
declarations Changes for constant folding 2 years ago
expressions Changes for constant folding 2 years ago
formals Java 11 compatibility 2 years ago
terminals Renamed packages to match Java guidelines. 2 years ago
types Simplify code generation using overridden AST methods. 2 years ago
visitors Renamed packages to match Java guidelines. 2 years ago
vnames Changes for constant folding 2 years ago
AbstractSyntaxTree.java Renamed packages to match Java guidelines. 2 years ago
Program.java Renamed packages to match Java guidelines. 2 years ago