Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Small improvementsHEADmaster | Roberto Ierusalimschy | 2024-06-17 | 1 | -0/+1 |
| | |||||
* | New type name 'uint' (unsigned int) | Roberto Ierusalimschy | 2023-04-28 | 1 | -4/+6 |
| | |||||
* | Small optimization in size of charset trees | Roberto Ierusalimschy | 2023-04-27 | 1 | -4/+1 |
| | | | | Got a byte that was wasted for padding to be used in the bitmap. | ||||
* | New macros 'fillset' and 'clearset' | Roberto Ierusalimschy | 2023-04-27 | 1 | -0/+4 |
| | |||||
* | Fixing several bugs left in previous commit | Roberto Ierusalimschy | 2023-04-25 | 1 | -1/+2 |
| | |||||
* | Towards a smaller encoding for charsets in code | Roberto Ierusalimschy | 2023-04-23 | 1 | -4/+4 |
| | |||||
* | Field Instruction.key put inside a union | Roberto Ierusalimschy | 2023-04-21 | 1 | -2/+2 |
| | | | | So that we can get its space for other uses, if needed. | ||||
* | Documentation | Roberto Ierusalimschy | 2023-04-10 | 1 | -2/+1 |
| | | | | | Removed '$Id' from all files + updated copyright year + other changes in comments and documentation | ||||
* | 'lpeg.version' changed to a string | Roberto Ierusalimschy | 2019-04-22 | 1 | -1/+1 |
| | |||||
* | Implementation of UTF-8 ranges | Roberto Ierusalimschy | 2019-04-17 | 1 | -0/+2 |
| | | | | | New constructor 'lpeg.utfR(from, to)' creates a pattern that matches UTF-8 byte sequences representing code points in the range [from, to]. | ||||
* | Removed 'unsigned char' limit on number of rules in grammars | Roberto Ierusalimschy | 2019-04-14 | 1 | -2/+2 |
| | | | | | | Added a new tree-type node 'TXInfo', which follows 'TRule' nodes, to store extra information about a node. (In this case, the rule number, with an 'unsigned short' field.) | ||||
* | Some details before release 1.0.2v1.0.2 | Roberto Ierusalimschy | 2019-03-11 | 1 | -2/+2 |
| | | | | | | | - changed release number - small corrections in 'pack' - removed "about" section in .html files - added files 'HISTORY' and 'lpeg-128.gif' | ||||
* | Removed extra information from RCS keyword strings | Roberto Ierusalimschy | 2019-02-20 | 1 | -1/+1 |
| | | | | | Version numbers and dates from RCS keyword strings removed from all source files; keeps only the file name. | ||||
* | Fist version of LPeg on GIT | Roberto Ierusalimschy | 2019-02-20 | 1 | -0/+145 |
LPeg repository is being moved to git. Past versions won't be moved; they are still available in RCS. |