diff options
| author | Bruce Hill <bruce@bruce-hill.com> | 2021-09-25 00:01:33 -0700 |
|---|---|---|
| committer | Bruce Hill <bruce@bruce-hill.com> | 2021-09-25 00:01:33 -0700 |
| commit | 9e8310705d72ac6d0b2b71b8a072d30a496f1ae8 (patch) | |
| tree | b9b31b6852392272d41740203592b33efb8c95da | |
| parent | 42e1d4795febe4e7796ec3427952782b63242955 (diff) | |
Added size comparison with LPEG
| -rw-r--r-- | Lua/README.md | 5 |
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 |
