-
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.
fix: handle upon 'or' case more properly
When given 3 or more 'or' events in the 'upon' clause, the regular_condition_unexp_pt splits (a|b|c) into ((a|b)|c), surrounded by brackets. This was not handled properly, the result contained e.g. (a with bracket. This shows that the current split behaviour is not sufficient for cases where all of FRET allowed features is correctly transformed. While sufficient for simpler cases and the features we used, there is still work to do for a proper transformation case. Signed-off-by: Stefan Kraus <[email protected]>
- Loading branch information
1 parent
00a6751
commit ea46938
Showing
3 changed files
with
22 additions
and
15 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