aboutsummaryrefslogtreecommitdiff
path: root/Lua
diff options
context:
space:
mode:
authorBruce Hill <bruce@bruce-hill.com>2021-09-25 00:01:33 -0700
committerBruce Hill <bruce@bruce-hill.com>2021-09-25 00:01:33 -0700
commit9e8310705d72ac6d0b2b71b8a072d30a496f1ae8 (patch)
treeb9b31b6852392272d41740203592b33efb8c95da /Lua
parent42e1d4795febe4e7796ec3427952782b63242955 (diff)
Added size comparison with LPEG
Diffstat (limited to 'Lua')
-rw-r--r--Lua/README.md5
1 files changed, 3 insertions, 2 deletions
diff --git a/Lua/README.md b/Lua/README.md
index db40eb3..f58e952 100644
--- a/Lua/README.md
+++ b/Lua/README.md
@@ -1,7 +1,8 @@
# Lua Bindings
-This directory contains Lua bindings for bp. The bindings are intended to be roughly
-equivalent in usefulness to LPEG, but with a smaller codebase.
+This directory contains Lua bindings for bp. The bindings are intended to be
+roughly equivalent in usefulness to LPEG, but with a smaller codebase (roughly
+3/4 the size, as of this writing).
## API