Skip to content

Commit e276292

Browse files
authored
Update README.md (#16)
* add instructions for submodule in antr4/rust-target
1 parent edc8951 commit e276292

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

README.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,18 @@
88

99
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)
1010
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`
1211

1312
For examples you can see [grammars](grammars), [tests/gen](tests/gen) for corresponding generated code
1413
and [tests/my_tests.rs](tests/my_test.rs) for actual usage examples
1514

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+
1623
### Implementation status
1724

1825
For now development is going on in this repository

0 commit comments

Comments
 (0)