aboutsummaryrefslogtreecommitdiff
path: root/lptree.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Implementation of UTF-8 rangesRoberto Ierusalimschy2019-04-171-2/+6
| | | | | 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 grammarsRoberto Ierusalimschy2019-04-141-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.)
* Removed extra information from RCS keyword stringsRoberto Ierusalimschy2019-02-201-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 GITRoberto Ierusalimschy2019-02-201-0/+82
LPeg repository is being moved to git. Past versions won't be moved; they are still available in RCS.