Commit Graph

26 Commits (f709234c4e5e42efcacf67ec74ef6f74b3df43d1)

Author SHA1 Message Date
Sandy Brownlee f709234c4e Added unit tests for bad syntax in hi-newcomment.tri 2 years ago
Sandy Brownlee 07b0d85bdf added test 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 afc2b3e760 bugfix 2 years ago
Sandy Brownlee d12fc63571 fixes for variable declarations 2 years ago
Sandy Brownlee 01f468f07d Java 11 compatibility 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
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. 3 years ago
Deryck Brown fbada163d4 Removed unnecessary interface implementation. 3 years ago
Deryck Brown bffeafba10 Renamed packages to match Java guidelines. 3 years ago
Deryck Brown 55f6b2d105 Switch to generic visitor pattern. 3 years ago
Deryck Brown c183dd4c24 Use "visit(this)" instead of "visit(this, null)". 3 years ago
Deryck Brown 5292b42be6 Removed "the" prefix on variable names. 3 years ago
Deryck Brown a02acc009b Format code and fix warnings. 3 years ago
Deryck Brown 2c426b5b2e Replace "new Integer" with "Integer.valueOf". 3 years ago
Deryck Brown ae20dc2126 Fixed deprecation warning for "show()". 3 years ago
Deryck Brown 1bc91a2394 Added serialVerionUID constants. 3 years ago
Deryck Brown 5fa828c450 Clean up source code using default Eclipse settings. 3 years ago
Deryck Brown baf478a7a7 Initial commit of version 2.1. 3 years ago