There are a couple tests which currently fail to parse.
I got them all past Parsing, but they fail on Resolve. I am not too sure where to go on the Resolving and beyond that...
Also, I believe, though I am not sure, that EventMemberSpecifier should be:
::= Identifier "." IdentifierOrKeyword | MyBase "." IdentifierOrKeyword | Me "." IdentifierOrKeyword
instead of:
::= QualifiedIdentifier "." IdentifierOrKeyword | MyBase "." IdentifierOrKeyword | Me "." IdentifierOrKeyword
For one reason... ParseQualifiedIdentifier will eat up all identifiers and KS.Dot so it wont leave an Identifier or Keyword to finish the EventMemberSpecifier
If nothing else, at least the test cases should be valid ones.
--
Kevin
handlesParsing.patch
Description: Binary data
_______________________________________________ Mono-vb mailing list [email protected] http://lists.ximian.com/mailman/listinfo/mono-vb
