-
Notifications
You must be signed in to change notification settings - Fork 296
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
internal/core/adt: add methods for accessing Conjuncts
The new evaluator uses a tree of conjuncts, instead of a list. Much of the existing code does not handle this properly. The plan is to replace access to Conjuncts with the use of visitor methods. Issue #2886 Signed-off-by: Marcel van Lohuizen <[email protected]> Change-Id: Idba1f3af0ede1184932c6152b4e5a2cd92e510c5
- Loading branch information
Showing
14 changed files
with
186 additions
and
327 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.