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

https://github.com/travisbrown/sbt-jacc

An sbt plugin for JFlex and Jacc
https://github.com/travisbrown/sbt-jacc

Last synced: over 1 year ago
JSON representation

An sbt plugin for JFlex and Jacc

Awesome Lists containing this project

README

          

# sbt-jacc

[![Build status](https://img.shields.io/github/workflow/status/travisbrown/sbt-jacc/Continuous%20Integration.svg)](https://github.com/travisbrown/sbt-jacc/actions)
[![Maven Central](https://maven-badges.herokuapp.com/maven-central/dev.travisbrown/sbt-jacc/badge.svg)](https://maven-badges.herokuapp.com/maven-central/dev.travisbrown/sbt-jacc_2.12_1.0)

This is a minimal [sbt](https://www.scala-sbt.org/) plugin for [JFlex][jflex] and [Jacc][jacc].

## License

sbt-jacc is licensed under the **[GNU General Public License, Version 3][gplv3]**
(the "License"); you may not use this software except in compliance with the
License.

Jacc is copyright Mark P. Jones, Portland State University, 2004-2016.

[gplv3]: https://www.gnu.org/licenses/gpl-3.0.en.html
[jacc]: http://web.cecs.pdx.edu/~mpj/jacc/
[jflex]: https://jflex.de