From 182bf3f1fd2f506b7783645815c86a0d50474d36 Mon Sep 17 00:00:00 2001 From: Galin Simeonov Date: Fri, 1 Oct 2021 15:18:34 +0300 Subject: fixed documentation and added an error message for execute statement fail --- doc/en.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'doc/en.txt') diff --git a/doc/en.txt b/doc/en.txt index 95f1f91..68e115a 100644 --- a/doc/en.txt +++ b/doc/en.txt @@ -17,8 +17,8 @@ Syntax: := { ";" | ";" | ";" \ | "starting" "on" ";" } - := "states" "[" { [ "on" "entering" ] \ - [ "on" "exiting" ] }+ "]" + := "states" "[" { [ "[" ( "on" "entering" ";" ] \ + [ "on" "exiting" ";" ] "]" }+ "]" := "events" "[" { }+ "]" := "transitions" "[" { ";" }+ "]" -- cgit v1.2.3