kaby76 / Antlr4BuildTasks

Third-party build tool for 'Official' Antlr4 tool and runtime parsers using .Net. Drop-in replacement for 'Antlr4cs' Antlr4 tool and build rules.
MIT License
75 stars 10 forks source link

If I add <GAtn>true</GAtn> to .csproj and rebuild, it should generate .dot files #44

Open kaby76 opened 2 years ago

kaby76 commented 2 years ago

There seems to be a missing dependency for the .csproj file itself. Generate Arithmetic, then build. Then add <GAtn>true</GAtn> and build. No .dot files get generated, but it should.