Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
N
NIWO
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Packages
Packages
Container Registry
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Christian Müller
NIWO
Commits
9a6fc60c
Commit
9a6fc60c
authored
Aug 29, 2017
by
Christian Müller
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
improve readme
parent
a45f9930
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
13 additions
and
2 deletions
+13
-2
README.md
README.md
+13
-2
No files found.
README.md
View file @
9a6fc60c
# Looping Workflows
Scala Implementation of the workflow language with loops.
Scala Implementation of the workflow language with loops published in CSF '17.
## Parser
There is a working parser that can read the
``*.spec``
files in
``/examples``
.
Workflows can also be specified directly in Scala by instantiating case classes.
...
...
@@ -14,7 +16,7 @@ To get sbt to build the project properly, you have to add the Supersafe Compiler
## Example File Format
A readable example can be found at
``/examples/
easychair
.spec``
.
A readable example can be found at
``/examples/
conference
.spec``
.
The example file format consists of the following blocks:
```
...
...
@@ -24,6 +26,15 @@ Workflow
# If types are omitted, everything is of type T, types can be given while binding the variables with the forall x:X
# Please use forallmay x:X,y:Y instead of forall x:X,y:Y may (because of easier parsing)
Declassify
# optional block
# Declassification conditions for all Oracles.
# Specify with types.
# Use the first agent of the target as noninterference agent.
# These are state-based, so will be evaluated on every state to find violations.
# Currently, no temporal operators here are supported.
Target
# the relation where the noninterference counterexample should be found. Make sure the types match.
...
...
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