Skip to content
Snippets Groups Projects
  1. Apr 09, 2020
  2. Apr 06, 2020
  3. Apr 05, 2020
  4. Apr 04, 2020
  5. Apr 03, 2020
  6. Mar 11, 2020
    • Nicholas Robinson's avatar
      reachability basics · 101e58b8
      Nicholas Robinson authored
      - change Test.py to run reachabilityChecking
      - basic ASTNode reachCheck
      - implemented reachability in: MethodNode, IfNode, WhileNode, ReturnNode
      - tiny bit of cleanup (whitespace)
      101e58b8
  7. Mar 06, 2020
  8. Mar 04, 2020
  9. Mar 03, 2020
  10. Mar 02, 2020
  11. Feb 29, 2020
  12. Feb 28, 2020
  13. Feb 27, 2020
  14. Feb 26, 2020
    • Nicholas Robinson's avatar
      ClassNode Hierarchy Checks · 9bc45ca0
      Nicholas Robinson authored
      9bc45ca0
    • Nicholas Robinson's avatar
      Environment & ClassNode linkType · 374e5212
      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
      374e5212
Loading