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 prefer on the first and removing avoid gives the same result.

Submitted by Danny Groenewegen on 4 June 2010 at 16:44

On 5 June 2010 at 13:39 YellowGrass commented:

Issue has been moved to Spoofax / Issue 154


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