-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: basic implementation of partial evaluator service (#649)
Closes partially #603 ### Summary of Changes * Add partial evaluator service. This replaces the old `toConstantExpressionOrUndefined` function. * Improve the model classes that represent evaluation results. * Evaluate more types of expressions. * Add more tests. Still TODO in a future PR: Add tests for the model classes, particularly for their `toString` and `equals` methods, and include them in the coverage computation. --------- Co-authored-by: megalinter-bot <[email protected]>
- Loading branch information
1 parent
d76e597
commit 10ed8bf
Showing
67 changed files
with
2,179 additions
and
790 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
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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.