https://github.com/lotes/antlr-langium-transpiler
https://github.com/lotes/antlr-langium-transpiler
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/lotes/antlr-langium-transpiler
- Owner: Lotes
- Created: 2023-08-01T09:31:59.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2023-10-05T15:33:18.000Z (over 2 years ago)
- Last Synced: 2025-08-31T12:18:52.406Z (10 months ago)
- Language: ANTLR
- Size: 167 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# antlr-langium-transpiler
With this project, you can transpile ANTLR4 grammars (`*.g4`) to Langium grammars (`*.langium`).
## Build
```sh
mvn clean compile assembly:single
```
## Use
```sh
java -jar target/antlr-langium-transpiler-1.0-SNAPSHOT-jar-with-dependencies.jar antlr4-grammar-file.g4 langium-grammar-folder/
```
## Test
```sh
mvn test
```