Skip to content

Latest commit

 

History

History
39 lines (23 loc) · 1.63 KB

README.md

File metadata and controls

39 lines (23 loc) · 1.63 KB

abnf

Build Maven Central

An ABNF parser based on cats-parse and droste.

TODO

  • documentation
  • tests
  • ABNF grammar based parser generator

Usage

The packages are published on Maven Central.

libraryDependencies += "io.github.purebits" %% "abnf-core" % "<version>"
libraryDependencies += "io.github.purebits" %% "abnf-algebra" % "<version>"

Documentation

Links:

Contributing

The abnf project welcomes contributions from anybody wishing to participate. All code or documentation that is provided must be licensed with the same license that abnf is licensed with (Apache 2.0, see LICENCE).

People are expected to follow the Scala Code of Conduct when discussing abnf on GitHub, Gitter channel, or other venues.

Feel free to open an issue if you notice a bug, have an idea for a feature, or have a question about the code. Pull requests are also gladly accepted. For more information, check out the contributor guide.

License

All code in this repository is licensed under the Apache License, Version 2.0. See LICENCE.