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
- Host: GitHub
- URL: https://github.com/travisbrown/sbt-jacc
- Owner: travisbrown
- License: gpl-3.0
- Created: 2020-04-30T14:30:29.000Z (about 6 years ago)
- Default Branch: main
- Last Pushed: 2024-08-15T20:41:30.000Z (almost 2 years ago)
- Last Synced: 2025-03-20T00:39:32.923Z (over 1 year ago)
- Language: Java
- Size: 470 KB
- Stars: 2
- Watchers: 2
- Forks: 2
- Open Issues: 12
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# sbt-jacc
[](https://github.com/travisbrown/sbt-jacc/actions)
[](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