- Mar 03, 2020
-
-
Nicholas Robinson authored
- Test.py stop printing stars so much - ClassInterNode - create common fields in constructor - create super & contain set for Class & Interface
-
- Mar 02, 2020
-
-
Xun Yang authored
-
- Feb 29, 2020
-
-
pycsham authored
-
- Feb 28, 2020
-
-
Nicholas Robinson authored
-
pycsham authored
-
pycsham authored
-
Xun Yang authored
-
Nicholas Robinson authored
- added package name to hierarchy - made sure hierarchy was appended correctly in recursion - fixed Test.py to test single files, and to produce total result
-
pycsham authored
-
pycsham authored
-
Nicholas Robinson authored
-
Nicholas Robinson authored
-
Nicholas Robinson authored
- fixed getParseTreeNodes - fixed getting name for TypeNode
-
Nicholas Robinson authored
-
- Feb 27, 2020
-
-
Nicholas Robinson authored
- some more class stuff
-
- 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 24, 2020
-
-
Xun Yang authored
-
- Feb 22, 2020
-
-
Xun Yang authored
-
- Feb 20, 2020
-
-
Xun Yang authored
-