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
+8-1Lines changed: 8 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -8,11 +8,18 @@
8
8
9
9
Tool(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)
10
10
Latest version is automatically built to [releases](https://github.com/rrevenantt/antlr4rust/releases) on this repository.
11
-
Also you can checkout it and `mvn -DskipTests install`
12
11
13
12
For examples you can see [grammars](grammars), [tests/gen](tests/gen) for corresponding generated code
14
13
and [tests/my_tests.rs](tests/my_test.rs) for actual usage examples
15
14
15
+
## Building antlr4/rust-target Tool(generator)
16
+
17
+
If you would like to work with the rust-target, in the antlr4 repo:
18
+
*`git clone https://github.com/rrevenantt/antlr4`
19
+
*`git checkout rust-target`
20
+
*`git submodule update --init --recursive`
21
+
*`mvn -DskipTests install`
22
+
16
23
### Implementation status
17
24
18
25
For now development is going on in this repository
0 commit comments