We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3d5e9cc commit a1be0b4Copy full SHA for a1be0b4
src/compile/parser/LMNParser.java
@@ -472,9 +472,9 @@ private LinkedList<SrcRule> splitGuardOr(SrcRule rule) {
472
bodyOr = true;
473
}
474
if (guard.size() > 0) {
475
- if(bodyOr && body.size()!=guard.size()){
476
- error("Syntax error: different number of semicolon in guard and body");
477
- }
+ // if(bodyOr && body.size()!=guard.size()){
+ // error("Syntax error: different number of semicolon in guard and body");
+ // }
478
if (guard.get(0) instanceof LinkedList) {
479
for (int i = 0; i < guard.size(); i++) {
480
if(bodyOr){
0 commit comments