diff options
author | Roberto Ierusalimschy <roberto@inf.puc-rio.br> | 2023-04-10 13:47:45 -0300 |
---|---|---|
committer | Roberto Ierusalimschy <roberto@inf.puc-rio.br> | 2023-04-10 13:47:45 -0300 |
commit | 05edfcff9b7eca52571b221e614b5cbf84e7d43d (patch) | |
tree | 37ca0e23753461795eb3ea6df873d725b94ba54e /re.lua | |
parent | afd7b912611d5777c12d55cb533beee760207949 (diff) | |
download | lpeg-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.lua | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -1,4 +1,3 @@ | |||
1 | -- $Id: re.lua $ | ||
2 | 1 | ||
3 | -- imported functions and modules | 2 | -- imported functions and modules |
4 | local tonumber, type, print, error = tonumber, type, print, error | 3 | local tonumber, type, print, error = tonumber, type, print, error |