Skip to content
  1. Mar 10, 2021
  2. Mar 09, 2021
  3. Mar 08, 2021
  4. Mar 02, 2021
    • Carlos Galindo's avatar
      Added MemberNodes to represent an object's tree in the PDG. · e4127a91
      Carlos Galindo authored
      * JSysPDG: inserts IO and Member nodes before generating data dependencies.
      * ObjectTree is now a real tree.
      * ObjectTree has string and node iterables.
      * VariableAction can be cloned with #createCopy(), the graphNode is set to null.
      * VariableAction.Movable can't have object tree, getter obtains inner's.
      e4127a91
  5. Mar 01, 2021
  6. Feb 28, 2021
    • Carlos Galindo's avatar
      remove unrelated comments from test case · 20b60fed
      Carlos Galindo authored
      20b60fed
    • Carlos Galindo's avatar
      Add implicit constructors · f8b7a13a
      Carlos Galindo authored
      * Small regression: only the last field declared in a constructor is included. This is expected, and will be solved with the new object dependencies.
      * Integrate ImplicitNode as boolean in GraphNode.
      * Updated tests
      * Slice now allows the insertion of implicit instructions, but does not output them when generating the AST.
      * Removed list of nodes from slice, as the map contains a superset of the information of the list.
      f8b7a13a
Loading