avoid / prefer bug in jsglr
In the WebDSL syntax I have these productions:
"default" "=" Exp -> Annotation {cons("DefaultAnno")} Id "=" AnnoValue -> Annotation {cons("SingleParamAnno"), avoid}
In the C-based SGLR
default="1"
is parsed as DefaultAnno, but in JSGLR it becomes SingleParamAnno (not even ambiguous).Using
Submitted by Danny Groenewegen on 4 June 2010 at 16:44prefer
on the first and removingavoid
gives the same result.
Issue Log
On 5 June 2010 at 13:39 YellowGrass commented:
On 5 June 2010 at 13:39 Lennart Kats closed this issue.
On 5 June 2010 at 13:40 Lennart Kats commented:
Moved to Spoofax/154 (JSGLR is considered a component of the Spoofax project).
Log in to post comments