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 2f73f3a commit c6d9848Copy full SHA for c6d9848
metafacture-flux/src/main/antlr/org/metafacture/flux/parser/Flux.g
@@ -61,9 +61,6 @@ varDef
61
^(ASSIGN Identifier exp)
62
;
63
catch [RecognitionException re] {
64
- reportError(re);
65
- recover(input,re);
66
- retval.tree = (CommonTree)adaptor.errorNode(input, retval.start, input.LT(-1), re);
67
throw re;
68
}
69
@@ -77,9 +74,6 @@ flow
77
74
'|'! flowtail ('|'! Wormhole)? ';'!
78
75
79
76
80
81
82
83
84
85
0 commit comments