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
+2-1Lines changed: 2 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,7 +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).
5
+
If you want support for the Antlr4.Runtime assembly, install version 1.3.23320.0. If you want support for the Antlr4.Runtime.Standard assembly, then install 2.0.23321.1 instead.
6
+
You may install both versions together if needed, the 2.x runtime standard versions will install alongside the original without issues.
6
7
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