diff --git a/README.md b/README.md index 760610c..5fa85cc 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,10 @@ -# br-parser-tools ![Build Status](https://github.com/mbutterick/br-parser-tools/workflows/CI/badge.svg) +## br-parser-tools ![Build Status](https://github.com/mbutterick/br-parser-tools/workflows/CI/badge.svg) + +## Docs + +https://docs.racket-lang.org/br-parser-tools/ + +## Project status + +Complete. This project exists only to support the [`brag`](https://github.com/mbutterick/brag) library. Probably a lot of the improvements I made could be merged into the main [`parser-tools`](https://github.com/racket/parser-tools) library, but it is old and delicate. Still, if you want to build a dependency into your project, I suggest you use `parser-tools` (because it’s maintained by the Racket team), not this one.