From ff2ef9504159665c30b16b398f1e755665353bc3 Mon Sep 17 00:00:00 2001 From: Bruce Hill Date: Wed, 30 Dec 2020 19:42:47 -0800 Subject: Fully purging "bpeg" from the source --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'README.md') diff --git a/README.md b/README.md index cd290e1..04bfba4 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ -# BPEG +# BP - Bruce's PEG Tool -BPEG is a parsing expression grammar tool for the command line. +BP is a parsing expression grammar (PEG) tool for the command line. It's written in pure C with no dependencies. ## Usage @@ -24,8 +24,8 @@ It's written in pure C with no dependencies. See `man ./bp.1` for more details. -## BPEG Patterns -BPEG patterns are a mixture of Parsing Expression Grammar and Regular +## BP Patterns +BP patterns are a mixture of Parsing Expression Grammar and Regular Expression syntax, with a preference for prefix operators instead of suffix operators. @@ -70,7 +70,7 @@ Pattern | Meaning See `man ./bp.1` for more details. ## License -BPEG is provided under the MIT license with the [Commons Clause](https://commonsclause.com/) +BP is provided under the MIT license with the [Commons Clause](https://commonsclause.com/) (you can't sell this software without the developer's permission, but you're otherwise free to use, modify, and redistribute it free of charge). See [LICENSE](LICENSE) for details. -- cgit v1.2.3