AntlrVSIX
AntlrVSIX copied to clipboard
Compile() seems to go round and round for a unit test.
I added a unit test for importing Antlrv3.g into an Antlr4 grammar. The results are starting to look ok, but for whatever reason, the CheckDoc() call in the test takes a long time, because Compile() is reparsing at least 2 times. It should not be reparsing I think.