counselour - 2014-03-31

I can see why this feature isn't already implemented. The ambiguity caused by the second { causes the parser to recurse into ValueSet. No matter what I do, the ID gets parsed as a capital reference, causing syntactic blowout at id-Cause.
Maybe we should change the grammar to output GLR now that bison supports it. But, the lexer would have to be completely de-coupled.