Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Increase the maximum number of symbol positions per pattern | Ryo Nihei | 2021-04-12 | 1 | -4/+12 |
| | | | | | This commit increases the maximum number of symbol positions per pattern to 2^15 (= 32,768). When the limit is exceeded, the parse method returns an error. | ||||
* | Add compiler | Ryo Nihei | 2021-02-14 | 1 | -0/+104 |
The compiler takes a lexical specification expressed by regular expressions and generates a DFA accepting the tokens. Operators that you can use in the regular expressions are concatenation, alternation, repeat, and grouping. |