Commit message (Expand) | Author | Files | Lines | |
---|---|---|---|---|
2021-04-12 | Increase the maximum number of symbol positions per pattern | Ryo Nihei | 5 | -29/+139 |
2021-04-11 | Fix grammar the parser accepts | Ryo Nihei | 6 | -98/+1192 |
2021-04-08 | Add logging to compile command | Ryo Nihei | 4 | -49/+133 |
2021-04-06 | Print the result of the lex command in JSON format | Ryo Nihei | 3 | -140/+185 |
2021-04-01 | Add logical inverse expression | Ryo Nihei | 7 | -37/+786 |
2021-03-07 | Pass values in error type to panic() | Ryo Nihei | 1 | -2/+2 |
2021-02-25 | Refactoring | Ryo Nihei | 5 | -502/+351 |
2021-02-24 | Add range expression | Ryo Nihei | 4 | -9/+977 |
2021-02-20 | Add + and ? operators | Ryo Nihei | 6 | -21/+117 |
2021-02-17 | Fix computation of last positions | Ryo Nihei | 2 | -0/+122 |
2021-02-16 | Add logging to lex command | Ryo Nihei | 3 | -5/+126 |
2021-02-16 | Add CLI | Ryo Nihei | 6 | -0/+433 |
2021-02-16 | Add types of lexical specifications | Ryo Nihei | 5 | -90/+133 |
2021-02-14 | Add bracket expression matching specified character | Ryo Nihei | 4 | -9/+127 |
2021-02-14 | Add dot symbol matching any single character | Ryo Nihei | 7 | -21/+201 |
2021-02-14 | Add driver | Ryo Nihei | 2 | -0/+309 |
2021-02-14 | Add compiler | Ryo Nihei | 9 | -0/+1268 |