https://github.com/ftomassetti/turin-maven-plugin
A Maven plugin to compile Turin files
https://github.com/ftomassetti/turin-maven-plugin
Last synced: 8 months ago
JSON representation
A Maven plugin to compile Turin files
- Host: GitHub
- URL: https://github.com/ftomassetti/turin-maven-plugin
- Owner: ftomassetti
- License: apache-2.0
- Created: 2015-09-07T16:26:22.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2015-10-03T08:26:24.000Z (about 10 years ago)
- Last Synced: 2024-12-27T07:45:03.213Z (9 months ago)
- Language: Java
- Size: 234 KB
- Stars: 4
- Watchers: 4
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# turin-maven-plugin
A Maven plugin to compile [Turin](https://github.com/ftomassetti/turin-programming-language) filesYou can add in your POM this:
```xml
me.tomassetti.turin
turin-maven-plugin
0.1-SNAPSHOT
compile-turin
```
The plugin will compile your Turin file under `src/main/turin` and put the generated classes under `target/classes`