Skip to content

Commit

Permalink
closes #13
Browse files Browse the repository at this point in the history
  • Loading branch information
matthewadams committed Sep 19, 2016
1 parent a5e3986 commit c5bde2f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ PossiblyQualifiedName:
ID ('.' ID)*;

Agent returns Agent:
(stateMachineType=StateMachineType)? (accessRequirement=AccessRequirement)? 'agent' name=ID (('concerning' | 'concerns')
(stateMachineType=StateMachineType)? (accessRequirement=AccessRequirement)? 'agent' name=ID ((':' | 'concerning' | 'concerns')
projection=[Projection|PossiblyQualifiedName]) '{'
events+=Event*
stateMachine=StateMachine
Expand Down

0 comments on commit c5bde2f

Please sign in to comment.