Moved tutorial info up

This commit is contained in:
Bruce Hill 2021-08-28 14:27:27 -07:00
parent 16bf40bd64
commit d44806f746

View File

@ -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