context-free syntax
LocalVarDec “;” -> LocalVarDecStm {prefer, cons(“LocalVarDecStm”)}
VarMod* Type {VarDec “,”}+ -> LocalVarDec {prefer, cons(“LocalVarDec”)}

Prefer should be avoided.

Submitted on 20 April 2005 at 10:47

On 29 April 2006 at 00:23 Jira commented:

JFR-24, martin:

List bar; is ambiguous … That’s why there is a prefer on the variable declaration. Trying to solve this with a priority now …

Log in to post comments