- Apr 05, 2020
-
-
Nicholas Wesley Robinson authored
-
- adding the simplest form of their functions - made it work
-
- Apr 04, 2020
-
-
pycsham authored
fixed codeGen to work on multiple classes. fixed small bug for reachability check. fixed bug on codeGen util functions. Cleaned up code in classNode
-
- Apr 03, 2020
-
-
pycsham authored
-
- Mar 12, 2020
- Mar 11, 2020
-
-
Nicholas Robinson authored
- change Test.py to run reachabilityChecking - basic ASTNode reachCheck - implemented reachability in: MethodNode, IfNode, WhileNode, ReturnNode - tiny bit of cleanup (whitespace)
-
Xun Yang authored
-
- Mar 06, 2020
-
-
pycsham authored
-
Xun Yang authored
-
Nicholas Robinson authored
- added fieldType to FieldNode - added myType to NameNode - fixed NameNode:checkStatic - recursively calling disambigName exactly the same as how we do checkType - starting NameNode:checkType - cleaned up Test.py commented code
-
- Mar 04, 2020
-
-
pycsham authored
Added code for Name disambiguation. Fixed CFG for field access. Moved test cases to the correct directory. Not tested yet
-
- Mar 03, 2020
- Feb 28, 2020
-
-
Nicholas Robinson authored
- fixed getParseTreeNodes - fixed getting name for TypeNode
-
- Feb 27, 2020
-
-
pycsham authored
-
- Feb 26, 2020
-
-
Nicholas Robinson authored
-
Nicholas Robinson authored
- added CompEnv, which is a special enviornment for CompNode where it also stores the imported stuff and the package name, so you can search the globalEnv with those as well - added type linking to ClassNode, where it checks the extends and implements classes/interfaces and makes sure that they are real, and stores them as the nodes in ClassNode
-
- Feb 25, 2020
-
-
Xun Yang authored
-
- Feb 24, 2020
-
-
Xun Yang authored
-
- Feb 22, 2020
-
-
Xun Yang authored
-
- Feb 21, 2020
-
-
Xun Yang authored
-
- Feb 20, 2020
-
-
Xun Yang authored
-