From 9b2d7cc759b40fd556a398e181ca0fd070885904 Mon Sep 17 00:00:00 2001 From: Matthew Butterick Date: Tue, 18 May 2021 09:41:32 -0700 Subject: [PATCH] Update README.md --- README.md | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) 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.