diff options
author | Roberto Ierusalimschy <roberto@inf.puc-rio.br> | 2023-04-24 17:44:05 -0300 |
---|---|---|
committer | Roberto Ierusalimschy <roberto@inf.puc-rio.br> | 2023-04-24 17:44:05 -0300 |
commit | 0476d60007ec6693fd9643f6c92aa3adb9fde8d7 (patch) | |
tree | 7f2e00409650eecd2f64dd76b82b3f9387be6927 /lpvm.h | |
parent | f8e9bc1c721a0802b2260f48ced72c7e04d7b1ef (diff) | |
download | lpeg-0476d60007ec6693fd9643f6c92aa3adb9fde8d7.tar.gz lpeg-0476d60007ec6693fd9643f6c92aa3adb9fde8d7.tar.bz2 lpeg-0476d60007ec6693fd9643f6c92aa3adb9fde8d7.zip |
Smaller encoding for charsets in code
Diffstat (limited to 'lpvm.h')
-rw-r--r-- | lpvm.h | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -7,8 +7,8 @@ | |||
7 | 7 | ||
8 | /* | 8 | /* |
9 | ** About Character sets in instructions: a set is a bit map with an | 9 | ** About Character sets in instructions: a set is a bit map with an |
10 | ** initial offset, in bits, and a size, in number of instructions. If | 10 | ** initial offset, in bits, and a size, in number of instructions. |
11 | ** aux1 is one, set is inverted (bit == 1 means char is not in set). | 11 | ** aux1 has the default value for the bits outsize that range. |
12 | */ | 12 | */ |
13 | 13 | ||
14 | 14 | ||