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
@@ -20,15 +17,7 @@ and [tests/my_tests.rs](tests/my_test.rs) for actual usage examples
20
17
21
18
## ANTLR4 Tool(parser generator)
22
19
23
-
Generator part is currently located in rust-target branch of my antlr4 fork [rrevenantt/antlr4/tree/rust-target](https://github.com/rrevenantt/antlr4/tree/rust-target)
24
-
Latest version is automatically built to [releases](https://github.com/rrevenantt/antlr4rust/releases) on this repository.
25
-
So if you just want to generate parser
26
-
or if you want to contribute to only runtime part you don't have to do build it yourself.
27
-
28
-
But if you want to build or change generator yourself:
29
-
*`git clone -b rust-target https://github.com/rrevenantt/antlr4` - clone my antlr4 fork
0 commit comments