diff options
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 10 |
1 files changed, 5 insertions, 5 deletions
@@ -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 |
