Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Use new parser and DFA compiler | Ryo Nihei | 2021-12-10 | 1 | -578/+0 |
* | Add fragment expression | Ryo Nihei | 2021-05-25 | 1 | -4/+70 |
* | Add character property expression (Meet RL1.2 of UTS #18 partially) | Ryo Nihei | 2021-04-30 | 1 | -7/+81 |
* | Add code point expression (Meet RL1.1 of UTS #18) | Ryo Nihei | 2021-04-24 | 1 | -8/+120 |
* | Change the lexical specs of regexp and define concrete syntax error values | Ryo Nihei | 2021-04-17 | 1 | -34/+23 |
* | Fix grammar the parser accepts | Ryo Nihei | 2021-04-11 | 1 | -5/+73 |
* | Add logical inverse expression | Ryo Nihei | 2021-04-01 | 1 | -17/+101 |
* | Add range expression | Ryo Nihei | 2021-02-24 | 1 | -1/+4 |
* | Add + and ? operators | Ryo Nihei | 2021-02-20 | 1 | -10/+16 |
* | Add bracket expression matching specified character | Ryo Nihei | 2021-02-14 | 1 | -1/+54 |
* | Add dot symbol matching any single character | Ryo Nihei | 2021-02-14 | 1 | -1/+4 |
* | Add compiler | Ryo Nihei | 2021-02-14 | 1 | -0/+120 |