Menu

#157 Parser error for action hiding when used twice on a row

0.2.0
open
None
parser
2013-11-15
2013-11-15
No

The parser fails on the following piece of CML:

channels
a b

process A =
begin
@ (a -> b -> Skip) \ {b} \ {a}
end

Discussion