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
D. Ben Knoble 92b7dcc067
scribble: fix indentation in file examples (#27)
I copied in the actual file contents. It would perhaps be safest to do
some sort of "read the file and splice the contents in," but I'm not
sure how to do that at the moment.
2 years ago
.github/workflows switch Travis for GH actions 3 years ago
brag scribble: fix indentation in file examples (#27) 2 years ago
brag-lib Fix make-rule-parser (#28) 2 years ago
.gitignore less is more 5 years ago
LICENSE.md switch to MIT license 4 years ago
README.md Update README.md 3 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

Project status

Complete. I will maintain the code but no major updates are planned.