Changed grammar for states
This commit is contained in:
parent
bc458299dc
commit
c1c062b6cf
3 changed files with 13 additions and 13 deletions
|
@ -16,6 +16,6 @@
|
|||
|
||||
{ title: SomeNodes, package: nu.zoom.dsl.states }
|
||||
|
||||
start(s:S) -> middle(foo:foo): message(foo:foo),
|
||||
middle -> middle(bar:bar): selfmessage(bar:bar),
|
||||
middle -> end: message(bar:baz)
|
||||
start(s:S) -> message(foo:foo) -> middle(foo:foo) ,
|
||||
middle -> selfmessage(bar:bar) -> middle(bar:bar),
|
||||
middle -> message(bar:baz) -> end
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue