From d44806f746b22311a04e45a80a9281d4f4f3a71d Mon Sep 17 00:00:00 2001 From: Bruce Hill Date: Sat, 28 Aug 2021 14:27:27 -0700 Subject: Moved tutorial info up --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'README.md') 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] [...]` @@ -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 -- cgit v1.2.3