From 30090645332e9434ee7d804117e6957ef75767fc Mon Sep 17 00:00:00 2001 From: Nicolai Date: Tue, 26 Jul 2016 15:13:26 +0200 Subject: Fix missing seperator from commit 8b450dd8 --- libsolidity/grammar.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libsolidity') diff --git a/libsolidity/grammar.txt b/libsolidity/grammar.txt index 4fab1dd5..18f9637b 100644 --- a/libsolidity/grammar.txt +++ b/libsolidity/grammar.txt @@ -37,7 +37,7 @@ ArrayTypeName = TypeName StorageLocation? '[' Expression? ']' StorageLocation = 'memory' | 'storage' Block = '{' Statement* '}' -Statement = IfStatement | WhileStatement | ForStatement | Block | PlaceholderStatement +Statement = IfStatement | WhileStatement | ForStatement | Block | PlaceholderStatement | ( Continue | Break | Return | Throw | VardefOrExprStmt | ExpressionStatement ) ';' ExpressionStatement = Expression | VariableDefinition | Assignment | 'delete' Expression -- cgit v1.2.3