Files
reactics/in/old_syntax/test.rs
2017-11-18 20:30:18 +00:00

21 lines
172 B
Rust

#
# Testowy RS
#
reactions {
{ { a;b; },{ c;d; } -> { x;y;c; } };
}
action-atoms {
e;
}
initial-state {
a; b;
}
ctl-property {
( EF ( (x AND y) ) )
}