Moved files to 'reactics-bdd'
This commit is contained in:
20
reactics-bdd/in/old_syntax/test.rs
Normal file
20
reactics-bdd/in/old_syntax/test.rs
Normal file
@@ -0,0 +1,20 @@
|
||||
#
|
||||
# Testowy RS
|
||||
#
|
||||
|
||||
reactions {
|
||||
{ { a;b; },{ c;d; } -> { x;y;c; } };
|
||||
}
|
||||
|
||||
action-atoms {
|
||||
e;
|
||||
}
|
||||
|
||||
initial-state {
|
||||
a; b;
|
||||
}
|
||||
|
||||
ctl-property {
|
||||
( EF ( (x AND y) ) )
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user