-
Notifications
You must be signed in to change notification settings - Fork 150
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Finish all changes to the K frontend, LLVM backend, and Haskell backe…
…nd relating to multi-ary \and/\or (#3679) Blocked on runtimeverification/llvm-backend#844 Note: this is also blocked on the changes to the Haskell backend This change finalizes the sequence of changes used to implement multi-ary \and and \or in the frontend. We remove the parsing of \left-assoc and \right-assoc of \and and \or, and we emit multi-ary and and or where previously we were using \right-assoc in ModuleToKore. We also revert the last of the temporary changes we made.
- Loading branch information
Dwight Guth
authored
Oct 12, 2023
1 parent
58eef8b
commit 511541d
Showing
4 changed files
with
7 additions
and
48 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
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