You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,6 +2,8 @@
2
2
3
3
A set of tools written in C# for testing Antlr4 generated C# grammar assemblies.
4
4
These tools are meant to supplement the need to continually test with the Antlr java TestRig assembly.
5
+
Currently the tool only supports the Antlr4.Runtime assembly, but a 2.0 release with support for the standard runtime assembly is forthcoming (and overdue).
6
+
In the future I will work on a version that supports both dynamically, but the current design of the app makes this impossible.
0 commit comments