Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Use new parser and DFA compiler | Ryo Nihei | 2021-12-10 | 1 | -469/+0 |
* | Change APIs | Ryo Nihei | 2021-08-01 | 1 | -2/+4 |
* | Add fragment expression | Ryo Nihei | 2021-05-25 | 1 | -0/+38 |
* | Improve performance of the symbolPositionSet | Ryo Nihei | 2021-05-04 | 1 | -29/+37 |
* | Improve compilation time a little | Ryo Nihei | 2021-05-02 | 1 | -172/+97 |
* | Increase the maximum number of symbol positions per pattern | Ryo Nihei | 2021-04-12 | 1 | -20/+38 |
* | Fix grammar the parser accepts | Ryo Nihei | 2021-04-11 | 1 | -1/+19 |
* | Add logging to compile command | Ryo Nihei | 2021-04-08 | 1 | -0/+37 |
* | Add logical inverse expression | Ryo Nihei | 2021-04-01 | 1 | -9/+0 |
* | Refactoring | Ryo Nihei | 2021-02-25 | 1 | -11/+8 |
* | Add + and ? operators | Ryo Nihei | 2021-02-20 | 1 | -0/+42 |
* | Fix computation of last positions | Ryo Nihei | 2021-02-17 | 1 | -0/+3 |
* | Add dot symbol matching any single character | Ryo Nihei | 2021-02-14 | 1 | -3/+26 |
* | Add compiler | Ryo Nihei | 2021-02-14 | 1 | -0/+367 |