Hi!
I’m getting an error when trying to make a fork where it doesn’t recognize the fork keyword, nor does it allow me to name a fork if using a succession. (There’s a second image, but it only let’s me post one)
Best,
Rafael Suero
Hi!
I’m getting an error when trying to make a fork where it doesn’t recognize the fork keyword, nor does it allow me to name a fork if using a succession. (There’s a second image, but it only let’s me post one)
Best,
Rafael Suero
Hi,
Can you provide a full snippet that triggers the error? There is some order-dependent syntax in the specification grammar involving short-hand successions that may be causing this. For example, this parses fine
action {
first start;
then fork fork1;
}