-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove the Scope class and make it part of the Ref value expression.
The scope only makes sense in combination with ref. It has no function for other value expressions. When it is included within the ref, we can also make it more efficient, because we can check the scopeDepth while traversing the parseGraph for the values in a single run. Co-authored-by: jvdb <[email protected]>
- Loading branch information
Showing
13 changed files
with
159 additions
and
161 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
107 changes: 0 additions & 107 deletions
107
core/src/main/java/io/parsingdata/metal/expression/value/Scope.java
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.