From 0490dc1e06f6cbc38e9ff761ff0692780b2532ac Mon Sep 17 00:00:00 2001 From: Bruce Hill Date: Fri, 24 Sep 2021 23:56:41 -0700 Subject: [PATCH] Updated readme --- README.md | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 8704a28..b192db2 100644 --- a/README.md +++ b/README.md @@ -146,11 +146,18 @@ File | Description [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. +## Lua Bindings + +`bp` also comes with a set of Lua bindings, which can be found in the [Lua/ +directory](Lua). The bindings are currently a work in progress, but are fully +usable at this point. Check [the Lua bindings README](Lua/README.md) for more +details. + + ## Performance Currently, `bp`'s speed is comparable to hyper-optimized regex tools like