From 3222d1cfe7f1ed8231d52fb59200e05177beb986 Mon Sep 17 00:00:00 2001 From: Brandon Dyck Date: Wed, 11 Sep 2024 15:13:22 -0600 Subject: [PATCH] Added README.md --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..8e98143 --- /dev/null +++ b/README.md @@ -0,0 +1,8 @@ +# Gigaparsec + +[![Go Reference](https://pkg.go.dev/badge/git.codemonkeysoftware.net/b/gigaparsec.svg)](https://pkg.go.dev/git.codemonkeysoftware.net/b/gigaparsec) +![Total garbage.](https://img.shields.io/badge/Total-garbage-red) + +Monadic parser combinators in Go + +**I don't recommend using this yet. It is very unfinished and it will break.**