Racket DSL for generating parsers from BNF grammars
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.
Go to file
Jack Firth 36306b57d4 Fix CI badge link 2 years ago
.github/workflows Update CI config 2 years ago
br-parser-tools Copy parser tools packages into this repo 2 years ago
br-parser-tools-doc Copy parser tools packages into this repo 2 years ago
br-parser-tools-lib Use collection-based module paths in parser-tools 2 years ago
brag scribble: fix indentation in file examples (#27) 3 years ago
brag-lib Use collection-based module paths 2 years ago
.gitignore less is more 5 years ago
LICENSE.md switch to MIT license 4 years ago
README.md Fix CI badge link 2 years ago
SUBLICENSE.md Update SUBLICENSE.md 4 years ago

README.md

brag Build Status

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