aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorBruce Hill <bruce@bruce-hill.com>2021-08-28 14:27:27 -0700
committerBruce Hill <bruce@bruce-hill.com>2021-08-28 14:27:27 -0700
commitd44806f746b22311a04e45a80a9281d4f4f3a71d (patch)
tree25cc83cfa20962ae9ca2d8131aa0d38464df591f /README.md
parent16bf40bd649ba065a7a0a6008c8434335ffae55a (diff)
Moved tutorial info up
Diffstat (limited to 'README.md')
-rw-r--r--README.md10
1 files changed, 5 insertions, 5 deletions
diff --git a/README.md b/README.md
index 8704687..8704a28 100644
--- a/README.md
+++ b/README.md
@@ -4,6 +4,11 @@ BP is a parsing expression grammar (PEG) tool for the command line.
It's written in pure C with no dependencies.
+## Tutorial
+
+Run `make tutorial` to run through the tutorial. It walks through some basic pattern matching.
+
+
## Usage
`bp [flags] <pattern> [<input files>...]`
@@ -79,11 +84,6 @@ Pattern | Meaning
See `man ./bp.1` for more details.
-## Tutorial
-
-Run `make tutorial` to run through the tutorial. It walks through some basic pattern matching.
-
-
## Grammar Files
BP comes packaged with some pattern definitions that can be useful when parsing