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

https://github.com/mbutterick/brag

Racket DSL for generating parsers from BNF grammars [moved to https://git.matthewbutterick.com/mbutterick/brag]
https://github.com/mbutterick/brag

Last synced: 18 days ago
JSON representation

Racket DSL for generating parsers from BNF grammars [moved to https://git.matthewbutterick.com/mbutterick/brag]

Awesome Lists containing this project

README

        

## 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.