Allow "message type ..." as well as "assertion type ...".

This commit is contained in:
Tony Garnock-Jones 2016-05-11 10:59:27 -04:00
parent 4a2c8147aa
commit 0693e88031
1 changed files with 1 additions and 1 deletions

View File

@ -27,7 +27,7 @@ Syndicate <: ES5 {
| react FacetBlock -- forever
AssertionTypeDeclarationStatement
= assertion type identifier "(" FormalParameterList ")" ("=" stringLiteral)? #(sc)
= (assertion | message) type identifier "(" FormalParameterList ")" ("=" stringLiteral)? #(sc)
SendMessageStatement = "::" Expression<withIn> #(sc)