-
Notifications
You must be signed in to change notification settings - Fork 23
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge remote-tracking branch 'origin/master' into HEAD
- Loading branch information
Showing
19 changed files
with
4,743 additions
and
3,244 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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7,8 +7,7 @@ | |
* The MIT License (MIT) | ||
* | ||
* Copyright (c) 2017 Julian Thome <[email protected]> | ||
* | ||
* Modified by Dominik Winterer <[email protected]> | ||
* 2020 Dominik Winterer <[email protected]> | ||
* | ||
* Permission is hereby granted, free of charge, to any person obtaining a copy of | ||
* this software and associated documentation files (the "Software"), to deal in | ||
|
@@ -145,9 +144,6 @@ CMD_CheckSatAssuming | |
CMD_CheckSatUsing | ||
: 'check-sat-using' | ||
; | ||
/*CMD_Apply*/ | ||
/*: 'apply'*/ | ||
/*;*/ | ||
|
||
CMD_Labels | ||
: 'labels' | ||
|
@@ -327,9 +323,6 @@ GRW_Decimal | |
GRW_Exists | ||
: 'exists' | ||
; | ||
/*GRW_Lambda*/ | ||
/*: 'lambda'*/ | ||
/*;*/ | ||
GRW_Hexadecimal | ||
: 'HEXADECIMAL' | ||
; | ||
|
@@ -601,7 +594,6 @@ generalReservedWord | |
| GRW_Binary | ||
| GRW_Decimal | ||
| GRW_Exists | ||
/*| GRW_Lambda*/ | ||
| GRW_Hexadecimal | ||
| GRW_Forall | ||
| GRW_Let | ||
|
@@ -731,8 +723,8 @@ spec_constant | |
| string | ||
| b_value | ||
| reg_const | ||
| ParOpen GRW_Underscore ' bv' numeral numeral ParClose | ||
; | ||
|
||
s_expr | ||
: spec_constant | ||
| symbol | ||
|
@@ -799,6 +791,7 @@ match_case | |
|
||
term | ||
: spec_constant | ||
| ParOpen GRW_Underscore symbol numeral ParClose | ||
| qual_identifier | ||
| ParOpen qual_identifier term+ ParClose | ||
| ParOpen ParOpen GRW_Underscore qual_identifier term+ ParClose ParClose | ||
|
@@ -863,7 +856,6 @@ logic | |
: ParOpen PS_Logic symbol logic_attribue+ ParClose | ||
; | ||
|
||
|
||
// Scripts | ||
|
||
sort_dec | ||
|
@@ -922,9 +914,6 @@ cmd_checkSatAssuming | |
cmd_checkSatUsing | ||
: CMD_CheckSatUsing | ||
; | ||
/*cmd_apply*/ | ||
/*: CMD_Apply*/ | ||
/*;*/ | ||
|
||
cmd_minimize | ||
: CMD_Minimize | ||
|
@@ -1103,9 +1092,6 @@ par_or_else | |
par_or | ||
: TAC_ParOr | ||
; | ||
/*repeat*/ | ||
/*: TAC_Repeat*/ | ||
/*;*/ | ||
|
||
tryFor | ||
: TAC_TryFor | ||
|
Large diffs are not rendered by default.
Oops, something went wrong.
Oops, something went wrong.