An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

# sbt-javacc

[![Build status](https://img.shields.io/github/workflow/status/travisbrown/sbt-javacc/Continuous%20Integration.svg)](https://github.com/travisbrown/sbt-javacc/actions)
[![Maven Central](https://maven-badges.herokuapp.com/maven-central/dev.travisbrown/sbt-javacc/badge.svg)](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