Skip to content

Commit

Permalink
[opsc] syntax errors at statement level (I hope)
Browse files Browse the repository at this point in the history
  • Loading branch information
moritz committed Nov 12, 2011
1 parent 6855022 commit 9037782
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions compilers/opsc/src/Ops/Compiler/Grammar.pm
Expand Up @@ -381,6 +381,7 @@ token eat_terminator {
| ';'
| <?MARKED('endstmt')>
| $
| <.panic('Statement not properly terminated')>
}

token pod_ws {
Expand Down

0 comments on commit 9037782

Please sign in to comment.