Report warnings for SDF constructs that are known to create a bad AST
Alts and sequences tend to do this:
A|B -> C {cons(“X”)}(“Foo” A)? -> C {cons(“Y”)}
Arg (Arg “,”)* -> C {cons(“NaiveArgList”)}
These now trigger warnings in 0.4.5.
Submitted by Lennart Kats on 3 May 2010 at 17:06
Log in to post comments