Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
AltaRica Project
AltaRica Checker
Commits
62fc9071
Commit
62fc9071
authored
Nov 22, 2010
by
Point Gerald
Browse files
new test files
parent
ac56d48f
Changes
2
Hide whitespace changes
Inline
Side-by-side
tests/sequences/example-7.alt
0 → 100644
View file @
62fc9071
node A
flow f : bool;
state x, y : bool;
event a, b;
assert f = x
trans x |- a -> x:= not x, y := not x;
y |- b -> y := x;
edon
target-reduction A f
tests/sequences/example-8.alt
0 → 100644
View file @
62fc9071
node A
flow x : bool;
state y : [0,5];
event e, f
trans
x |- e -> ;
true |- e -> y := 2;
true |- f -> y := y+1 ;
assert x = (y > 2);
y = 3;
edon
Write
Preview
Supports
Markdown
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