aboutsummaryrefslogtreecommitdiff
path: root/re.lua
diff options
context:
space:
mode:
authorRoberto Ierusalimschy <roberto@inf.puc-rio.br>2023-04-10 13:47:45 -0300
committerRoberto Ierusalimschy <roberto@inf.puc-rio.br>2023-04-10 13:47:45 -0300
commit05edfcff9b7eca52571b221e614b5cbf84e7d43d (patch)
tree37ca0e23753461795eb3ea6df873d725b94ba54e /re.lua
parentafd7b912611d5777c12d55cb533beee760207949 (diff)
downloadlpeg-05edfcff9b7eca52571b221e614b5cbf84e7d43d.tar.gz
lpeg-05edfcff9b7eca52571b221e614b5cbf84e7d43d.tar.bz2
lpeg-05edfcff9b7eca52571b221e614b5cbf84e7d43d.zip
Documentation
Removed '$Id' from all files + updated copyright year + other changes in comments and documentation
Diffstat (limited to '')
-rw-r--r--re.lua1
1 files changed, 0 insertions, 1 deletions
diff --git a/re.lua b/re.lua
index 3bb8af7..22cb8de 100644
--- a/re.lua
+++ b/re.lua
@@ -1,4 +1,3 @@
1-- $Id: re.lua $
2 1
3-- imported functions and modules 2-- imported functions and modules
4local tonumber, type, print, error = tonumber, type, print, error 3local tonumber, type, print, error = tonumber, type, print, error