Peter Gerwinski wrote:
Frank Heckenbach wrote:
We could try to make `class' conditionally reserved only in the outermost scope, but I don't know how hard this would be (Peter?),
The problem is that the parser always reads one token in advance, so at the moment where it knows that the keyword must be disabled now, it might be read already.
For structured type declarations (like David's example), this would be a problem, I guess. For local scopes, it wouldn't...
[...] But this caused more confusion than good.
Exactly... ;-)
Frank