Moved tutorial info up
This commit is contained in:
parent
16bf40bd64
commit
d44806f746
10
README.md
10
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
|
||||
|
Loading…
Reference in New Issue
Block a user