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 810acee commit 4e98732Copy full SHA for 4e98732
lib/compiler/Parser.oz
@@ -338,7 +338,7 @@ define
338
[pB 'prop' plus(lvl0) pE]#fun{$ [P1 _ Ss P2]}fProp(Ss {MkPos P1 P2})end
339
[pB 'attr' plus(attrOrFeat) pE]#fun{$ [P1 _ As P2]}fAttr(As {MkPos P1 P2})end
340
[pB 'feat' plus(attrOrFeat) pE]#fun{$ [P1 _ As P2]}fFeat(As {MkPos P1 P2})end
341
- )1
+ )
342
attrOrFeat:[alt(escVar feature) opt([':' lvl0])]#fun{$ [K V]}
343
if V==nil then K
344
else K#(V.2).1
0 commit comments