Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add fragment expression | Ryo Nihei | 2021-05-25 | 1 | -8/+126 |
* | Fix parser to recognize property expressions in bracket expressions | Ryo Nihei | 2021-05-02 | 1 | -0/+11 |
* | Improve compilation time a little | Ryo Nihei | 2021-05-02 | 1 | -2/+1 |
* | Add character property expression (Meet RL1.2 of UTS #18 partially) | Ryo Nihei | 2021-04-30 | 1 | -1/+72 |
* | Add code point expression (Meet RL1.1 of UTS #18) | Ryo Nihei | 2021-04-24 | 1 | -2/+125 |
* | Change the lexical specs of regexp and define concrete syntax error values | Ryo Nihei | 2021-04-17 | 1 | -318/+308 |
* | Increase the maximum number of symbol positions per pattern | Ryo Nihei | 2021-04-12 | 1 | -4/+12 |
* | Fix grammar the parser accepts | Ryo Nihei | 2021-04-11 | 1 | -57/+955 |
* | Add logging to compile command | Ryo Nihei | 2021-04-08 | 1 | -38/+0 |
* | Refactoring | Ryo Nihei | 2021-02-25 | 1 | -22/+9 |
* | Add dot symbol matching any single character | Ryo Nihei | 2021-02-14 | 1 | -7/+14 |
* | Add compiler | Ryo Nihei | 2021-02-14 | 1 | -0/+208 |