https://github.com/travisbrown/sbt-javacc
An sbt plugin for JavaCC
https://github.com/travisbrown/sbt-javacc
Last synced: over 1 year ago
JSON representation
An sbt plugin for JavaCC
- Host: GitHub
- URL: https://github.com/travisbrown/sbt-javacc
- Owner: travisbrown
- License: apache-2.0
- Created: 2020-03-17T09:27:13.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2024-08-15T20:41:43.000Z (almost 2 years ago)
- Last Synced: 2025-03-20T00:38:28.592Z (over 1 year ago)
- Language: Scala
- Size: 34.2 KB
- Stars: 4
- Watchers: 2
- Forks: 1
- Open Issues: 10
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# sbt-javacc
[](https://github.com/travisbrown/sbt-javacc/actions)
[](https://maven-badges.herokuapp.com/maven-central/dev.travisbrown/sbt-javacc_2.12_1.0)
This is a minimal [sbt](https://www.scala-sbt.org/) plugin for [JavaCC](https://javacc.github.io/javacc/).
## License
sbt-javacc is licensed under the **[Apache License, Version 2.0][apache]**
(the "License"); you may not use this software except in compliance with the
License.
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
[apache]: http://www.apache.org/licenses/LICENSE-2.0