AntlrVSIX icon indicating copy to clipboard operation
AntlrVSIX copied to clipboard

Compile() seems to go round and round for a unit test.

Open kaby76 opened this issue 4 years ago • 0 comments

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.

kaby76 avatar Jul 25 '20 12:07 kaby76