Commit Graph

44 Commits (main)
 

Author SHA1 Message Date
simonkellet c3d038dd35 lets see if this works 2 years ago
Sandy Brownlee f5018e7f19
Merge pull request #2 from sandybrownlee/main 2 years ago
Sandy Brownlee 4be8f47351 bugfix for duplicate formal params 2 years ago
Sandy Brownlee 82a5535d19 Fixed nullpointer caused by missing Frame object 2 years ago
Sandy Brownlee 62b666992a Fix for type checking error in visitDotVName 2 years ago
Sandy Brownlee e5730fe8a2 added simple examples 2 years ago
Sandy Brownlee afc2b3e760 bugfix 2 years ago
Sandy Brownlee d12fc63571 fixes for variable declarations 2 years ago
Sandy Brownlee e6487369ef TreeDrawer is now centered when opened 2 years ago
Sandy Brownlee d45c2339e1 Bugfix (emitter before encoder) and additions for tree vis 2 years ago
Sandy Brownlee 0233c814ac Added some comments to scanner 2 years ago
Sandy Brownlee 71e2202512 Added gradle wrapper 2 years ago
Deryck Brown fa3eb1f817 Tidying up code. 2 years ago
Deryck Brown 1000524e35 Removed unused declarations. 2 years ago
Deryck Brown 5cf07d1198 Improved checker code using declaration interfaces and overloaded error 2 years ago
Deryck Brown a6a078680c Simplify code generation using overridden AST methods. 2 years ago
Deryck Brown fbada163d4 Removed unnecessary interface implementation. 2 years ago
Deryck Brown bffeafba10 Renamed packages to match Java guidelines. 2 years ago
Deryck Brown 55f6b2d105 Switch to generic visitor pattern. 2 years ago
Deryck Brown 1db90b20a8 Added sample Triangle programs. 2 years ago
Deryck Brown c8ed9462d8 Updated Gradle build files. 2 years ago
Deryck Brown d55ab77d0a Updated .gitignore. 2 years ago
Deryck Brown d6a74fd51c Added .gradle to .gitignore. 2 years ago
Deryck Brown 2b0f3537de Switch from Maven to Gradle projects. 2 years ago
Deryck Brown 74b1117030 Added gradle build files. 2 years ago
Deryck Brown c183dd4c24 Use "visit(this)" instead of "visit(this, null)". 2 years ago
Deryck Brown 5292b42be6 Removed "the" prefix on variable names. 2 years ago
Deryck Brown a02acc009b Format code and fix warnings. 2 years ago
Deryck Brown 2c426b5b2e Replace "new Integer" with "Integer.valueOf". 2 years ago
Deryck Brown 7e5cf9df21 Change to Java version 17. 2 years ago
Deryck Brown ae20dc2126 Fixed deprecation warning for "show()". 2 years ago
Deryck Brown 1bc91a2394 Added serialVerionUID constants. 2 years ago
Deryck Brown 5fa828c450 Clean up source code using default Eclipse settings. 2 years ago
Deryck Brown b9ed079ce1 Updated .gitignore. 2 years ago
Deryck Brown 0e04f43105 Removed unwanted file. 2 years ago
Deryck Brown 4fb25c1177 Remove ignored files. 2 years ago
Deryck Brown ef93b9cb58 Updated .gitignore. 2 years ago
Deryck Brown a5a3b92dec Updated .gitignore files. 2 years ago
Deryck Brown 3afece99e4 Add .gitignore files to source control. 2 years ago
Deryck Brown ca63857bcb Added Eclipse .project files to source control. 2 years ago
Deryck Brown 5fd4de27f1 Removed groupId and version from module poms. 2 years ago
Deryck Brown 2e3602c495 Fixed packaging in pom.xml. 2 years ago
Deryck Brown baf478a7a7 Initial commit of version 2.1. 2 years ago
deryckb d81805bc2e
Initial commit 2 years ago