Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
P
ProofScriptParser
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
24
Issues
24
List
Boards
Labels
Service Desk
Milestones
Merge Requests
4
Merge Requests
4
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
sarah.grebing
ProofScriptParser
Commits
ed95fcf7
Commit
ed95fcf7
authored
Jun 01, 2018
by
Sarah Grebing
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
changed script content for jar
parent
c31715f6
Pipeline
#22279
passed with stages
in 5 minutes and 26 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
27 additions
and
21 deletions
+27
-21
ui/src/main/resources/edu/kit/iti/formal/psdbg/examples/contraposition/script.kps
...u/kit/iti/formal/psdbg/examples/contraposition/script.kps
+4
-21
ui/src/main/resources/edu/kit/iti/formal/psdbg/examples/contraposition/script_for_Testing.kps
...rmal/psdbg/examples/contraposition/script_for_Testing.kps
+23
-0
No files found.
ui/src/main/resources/edu/kit/iti/formal/psdbg/examples/contraposition/script.kps
View file @
ed95fcf7
script testSorts(){
b:bool := true;
i:int :='1';
t:TERM<bool> := `1=1`;
}
script test123() {
impRight;
#save 'test0' force='yes';
impRight;
#save 'test1';
impLeft;
}
script test2open() {
impRight;
impRight;
impLeft;
#save 'test2';
}
script autoScript(){
__STRICT_MODE := true;
auto;
}
script interactive(){
impRight;
impRight;
impLeft;
//after execution of this script, manual interaction can be performed
}
script interactive_with_match(){
impRight;
impRight;
#save 'test0' force='yes';
impLeft;
cases{
case match `==> !(?Z), ?Z`:
...
...
@@ -54,4 +36,5 @@ cases{
__KEY_MAX_STEPS:= 100;
impRight;
}
auto;
}
\ No newline at end of file
ui/src/main/resources/edu/kit/iti/formal/psdbg/examples/contraposition/script_for_Testing.kps
View file @
ed95fcf7
// Please select one of the following scripts.
//
script testSorts(){
b:bool := true;
i:int :='1';
t:TERM<bool> := `1=1`;
}
script test123() {
impRight;
#save 'test0' force='yes';
impRight;
#save 'test1';
impLeft;
}
script test2open() {
impRight;
impRight;
impLeft;
#save 'test2';
}
script testTry(){
cases{
try: impLeft;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment