From 1ff40a7971a85b487b55e1415d661ac74058f40a Mon Sep 17 00:00:00 2001 From: Mohsen Mirkarimi Date: Sat, 31 Aug 2024 13:12:28 +0200 Subject: [PATCH] docs: update readme to remove wip note --- README.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/README.md b/README.md index a3af36f..4308fb4 100644 --- a/README.md +++ b/README.md @@ -4,8 +4,6 @@ [![Build:Windows](https://github.com/cthulhu-irl/parsi/actions/workflows/windows.yml/badge.svg)](https://github.com/cthulhu-irl/parsi/actions?query=workflow%3AWindows) [![codecov](https://codecov.io/gh/cthulhu-irl/parsi/branch/build/coverage/graph/badge.svg?token=U2QVK5MRNW)](https://codecov.io/gh/cthulhu-irl/parsi) -NOTE: this is WIP/prototype and not ready. - parsi is a [parser combinator](https://en.wikipedia.org/wiki/Parser_combinator) library that provides basic parser blocks and a common way to define and combine parsers into more complex parsers. It can be used as an alternative to complex regex, especially when data needs to be extracted.