Commit message (Expand) | Author | Files | Lines | |
---|---|---|---|---|
2024-06-17 | Small improvementsHEADmaster | Roberto Ierusalimschy | 1 | -1/+1 |
2023-06-26 | Removed protocol ('http') from links in documentationv1.1.0 | Roberto Ierusalimschy | 3 | -14/+14 |
2023-06-23 | Missing files in 'pack' script | Roberto Ierusalimschy | 1 | -2/+2 |
2023-06-23 | Added a README file | Roberto Ierusalimschy | 3 | -4/+11 |
2023-06-23 | Copyright notice in module 're' | Roberto Ierusalimschy | 2 | -34/+10 |
2023-06-23 | Fold capture deprecated | Roberto Ierusalimschy | 1 | -52/+16 |
2023-06-22 | Improved documentation for accumulator captures | Roberto Ierusalimschy | 3 | -59/+75 |
2023-06-22 | Accumulator pattern added to the 're' module | Roberto Ierusalimschy | 2 | -8/+15 |
2023-06-19 | Detail in 're.lua' | Roberto Ierusalimschy | 1 | -2/+2 |
2023-06-19 | Some fixes in vibibility check for back captures | Roberto Ierusalimschy | 6 | -46/+97 |
2023-06-15 | Full captures can contain nested captures | Roberto Ierusalimschy | 5 | -97/+173 |
2023-06-07 | Captures point to string positions using indices | Roberto Ierusalimschy | 6 | -30/+60 |
2023-06-06 | First implementation for the accumulator capture | Roberto Ierusalimschy | 8 | -22/+131 |
2023-05-29 | Code size stored in code itself | Roberto Ierusalimschy | 7 | -28/+66 |
2023-04-28 | New type name 'uint' (unsigned int) | Roberto Ierusalimschy | 5 | -17/+19 |
2023-04-27 | Small optimization in size of charset trees | Roberto Ierusalimschy | 3 | -29/+35 |
2023-04-27 | New macros 'fillset' and 'clearset' | Roberto Ierusalimschy | 6 | -11/+22 |
2023-04-27 | Compact charsets used in trees, too. | Roberto Ierusalimschy | 9 | -120/+178 |
2023-04-26 | New module 'lpcset' | Roberto Ierusalimschy | 4 | -79/+104 |
2023-04-25 | Instruction array grows by factor of 1.5 | Roberto Ierusalimschy | 1 | -9/+18 |
2023-04-25 | Fixing several bugs left in previous commit | Roberto Ierusalimschy | 3 | -22/+47 |
2023-04-24 | Smaller encoding for charsets in code | Roberto Ierusalimschy | 3 | -75/+133 |
2023-04-23 | Towards a smaller encoding for charsets in code | Roberto Ierusalimschy | 6 | -28/+69 |
2023-04-21 | Field Instruction.key put inside a union | Roberto Ierusalimschy | 5 | -26/+28 |
2023-04-11 | Small extra test | Roberto Ierusalimschy | 1 | -2/+6 |
2023-04-10 | Documentation | Roberto Ierusalimschy | 15 | -134/+15 |
2022-12-09 | Capture-list grow factor changed to 1.5 | Roberto Ierusalimschy | 1 | -2/+2 |
2022-08-18 | Clearer error message for 'pattern / nil' | Roberto Ierusalimschy | 1 | -1/+3 |
2022-07-06 | Details | Roberto Ierusalimschy | 3 | -5/+6 |
2022-02-22 | Better computation of size limit in 'growcap' | Roberto Ierusalimschy | 1 | -4/+13 |
2019-07-19 | Bug: IBackCommit must remove dynamic captures, too | Roberto Ierusalimschy | 3 | -1/+14 |
2019-05-28 | Added small note about LuaRocks in the Web page | Roberto Ierusalimschy | 1 | -0/+7 |
2019-04-22 | 'lpeg.version' changed to a string | Roberto Ierusalimschy | 4 | -14/+11 |
2019-04-17 | Implementation of UTF-8 ranges | Roberto Ierusalimschy | 9 | -20/+222 |
2019-04-14 | Removed 'unsigned char' limit on number of rules in grammars | Roberto Ierusalimschy | 7 | -48/+75 |
2019-03-11 | Some details before release 1.0.2v1.0.2 | Roberto Ierusalimschy | 7 | -20/+107 |
2019-02-27 | Fixed bug when resizing capture list | Roberto Ierusalimschy | 2 | -42/+51 |
2019-02-20 | Avoid stack overflow when handling nested captures | Roberto Ierusalimschy | 5 | -20/+50 |
2019-02-20 | Removed extra information from RCS keyword strings | Roberto Ierusalimschy | 15 | -15/+15 |