Skip to content

Commit

Permalink
PLT-7142: separator is sufficient
Browse files Browse the repository at this point in the history
  • Loading branch information
yveshauser committed Aug 21, 2023
1 parent 248f76e commit e8da50c
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions papers/language_specification/Marlowe.cf
Expand Up @@ -11,7 +11,6 @@ _. Contract ::= "(" Contract ")" ;
Case. Case ::= "Case" Action Contract ;
MerkleizedCase. Case ::= "MerkleizedCase" Action String ;
separator Case "," ;
terminator Case "" ;

Deposit. Action ::= "Deposit" Party Party Token Value ;
Choice. Action ::= "Choice" ChoiceId "[" [Bound] "]" ;
Expand Down Expand Up @@ -62,7 +61,6 @@ Timeout. Timeout ::= Integer ;

Bound. Bound ::= "Bound" Integer Integer ;
separator Bound "," ;
terminator Bound "" ;

Token. Token ::= "Token" String String ;
_. Token ::= "(" Token ")" ;
Expand Down

0 comments on commit e8da50c

Please sign in to comment.