]> gerrit.simantics Code Review - simantics/platform.git/blobdiff - bundles/org.simantics.scl.compiler/src/org/simantics/scl/compiler/internal/parsing/parser/SCL.grammar
Merged changes from SVN
[simantics/platform.git] / bundles / org.simantics.scl.compiler / src / org / simantics / scl / compiler / internal / parsing / parser / SCL.grammar
index 6821da83e7014a6d027869b8f111ed87fe103f15..500cf3b20d5a148ed92ad0775ce0d0f487c54c7f 100644 (file)
@@ -187,7 +187,7 @@ stringLiteral
     ;
 
 statements
-    = LBRACE statement (SEMICOLON statement)* RBRACE         # Statements
+    = LBRACE (statement (SEMICOLON statement)*)? RBRACE      # Statements
     ;
 
 statement