From 1a84ddbaa95893ff952aafe92a1caf851f2db102 Mon Sep 17 00:00:00 2001 From: Bruce Hill Date: Sun, 1 Aug 2021 21:42:04 -0700 Subject: Fixed layout links --- README.md | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) (limited to 'README.md') diff --git a/README.md b/README.md index c3f9b1f..0df45ec 100644 --- a/README.md +++ b/README.md @@ -131,18 +131,18 @@ so use at your own risk! These grammar files are only approximations of syntax. ## Code Layout -File | Description -----------------|----------------------------------------------------- -[bp.c]() | The main program. -[](definitions.c) | Defining pattern rules. -[explain.c] | Printing a visual explanation of a match. -[files.c] | Loading files and match memoization. -[json.c] | JSON output of matches. -[match.c] | Pattern matching code (match a pattern against an input string). -[pattern.c] | Pattern loading code (build a pattern out of an input string). -[print.c] | Print pattern match results. -[utf8.c] | UTF-8 helper code. -[utils.c] | Miscellaneous helper functions. +File | Description +-------------------------------|----------------------------------------------------- +[bp.c](bp.c) | The main program. +[definitions.c](definitions.c) | Defining pattern rules. +[explain.c]( explain.c) | Printing a visual explanation of a match. +[files.c](files.c) | Loading files and match memoization. +[json.c](json.c) | JSON output of matches. +[match.c](match.c) | Pattern matching code (match a pattern against an input string). +[pattern.c](pattern.c) | Pattern loading code (build a pattern out of an input string). +[print.c](print.c) | Print pattern match results. +[utf8.c](utf8.c) | UTF-8 helper code. +[utils.c](utils.c) | Miscellaneous helper functions. ## Performance -- cgit v1.2.3