Fraunhofer-AISEC / codyze

Codyze is a static analyzer for Java, C, C++ based on code property graphs

Home Page:https://www.codyze.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Support set operations

fwendland opened this issue · comments

MARK supports lists that can also act as sets. There are cases, where one wants to test, whether something is an element in the list/set or whether to lists contain the same elements.

To this end, MARK should be extended to support set operations:

  • union
  • intersection
  • complement

Closing this one as we're deprecating MARK.