You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
25 lines
356 B
Markdown
25 lines
356 B
Markdown
|
|
## brag ![Build Status](https://github.com/mbutterick/brag/workflows/CI/badge.svg)
|
|
|
|
Racket DSL for generating parsers from BNF grammars.
|
|
|
|
|
|
## Install
|
|
|
|
`raco pkg install brag`
|
|
|
|
|
|
## Documentation
|
|
|
|
http://docs.racket-lang.org/brag/
|
|
|
|
|
|
## License
|
|
|
|
MIT. See `LICENSE.md`
|
|
|
|
|
|
## Project status
|
|
|
|
Complete. I will maintain the code but no major updates are planned.
|