This adds a new feature to ext that provides a syntactic search in a CIL AST.
This is a prerequisite of https://github.com/goblint/analyzer/pull/112, but since the feature is independent of Goblint, we added it to CIL.
The work in this PR is the result of @faddeenkov's Bachelor's thesis.
This adds a new feature to
ext
that provides a syntactic search in a CIL AST. This is a prerequisite of https://github.com/goblint/analyzer/pull/112, but since the feature is independent of Goblint, we added it to CIL.The work in this PR is the result of @faddeenkov's Bachelor's thesis.