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
Jesse Alama 2e8f5e42be Use nonnegative-integer? in favor of natural-number?
The natural-number? predicate seems to be
unavailable (though there is a remnant of it in the form of
natural-number/c, which is just a contract alias of
exact-nonnegative-integer?). In any case, it surely means
nonnegative integer.

(One might push the envelope here slightly and add
exactness, but this commit does not go that far.)
5 years ago
brag Use nonnegative-integer? in favor of natural-number? 5 years ago
brag-lib remove self ref 5 years ago
.gitignore less is more 5 years ago
.travis.yml test brag-lib directly 5 years ago
LICENSE Add LGPL license 7 years ago
README.md Update README.md 7 years ago

README.md

brag Build Status

Racket DSL for generating parsers from BNF grammars.

Licensed under the LGPL. See LICENSE.

Install

raco pkg install brag

Documentation

http://docs.racket-lang.org/brag/