| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Use golangci-lint | Ryo Nihei | 2021-12-15 | 1 | -8/+8 |
| | | |||||
| * | Remove --lex-spec option from maleeni-compile command | Ryo Nihei | 2021-12-12 | 1 | -4/+10 |
| | | |||||
| * | Use new parser and DFA compiler | Ryo Nihei | 2021-12-10 | 1 | -1/+22 |
| | | |||||
| * | Remove the ModeName and KindName fields from the driver.Token struct | Ryo Nihei | 2021-10-03 | 1 | -1/+31 |
| | | |||||
| * | Remove --debug option from compile command | Ryo Nihei | 2021-09-23 | 1 | -29/+1 |
| | | |||||
| * | Define a lexical specification interface | Ryo Nihei | 2021-09-11 | 1 | -1/+1 |
| | | |||||
| * | Remove --debug option from the lex command | Ryo Nihei | 2021-09-08 | 1 | -28/+1 |
| | | |||||
| * | Support passive mode transition | Ryo Nihei | 2021-06-10 | 1 | -1/+4 |
| | | |||||
| * | Remove the shorthand for --compression-level option from the compile command | Ryo Nihei | 2021-05-13 | 1 | -1/+1 |
| | | |||||
| * | Add --compression-level option to compile command | Ryo Nihei | 2021-05-11 | 2 | -5/+9 |
| | | | | | --compression-level specifies a compression level. The default value is 2. | ||||
| * | Change package structure | Ryo Nihei | 2021-05-08 | 4 | -0/+285 |
| The executable can be installed using `go install ./cmd/maleeni`. | |||||
