diff options
| author | Bruce Hill <bruce@bruce-hill.com> | 2021-08-28 14:27:27 -0700 |
|---|---|---|
| committer | Bruce Hill <bruce@bruce-hill.com> | 2021-08-28 14:27:27 -0700 |
| commit | d44806f746b22311a04e45a80a9281d4f4f3a71d (patch) | |
| tree | 25cc83cfa20962ae9ca2d8131aa0d38464df591f | |
| parent | 16bf40bd649ba065a7a0a6008c8434335ffae55a (diff) | |
Moved tutorial info up
| -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 |
