Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove the ModeName and KindName fields from the driver.Token struct | Ryo Nihei | 2021-10-03 | 1 | -1/+31 |
| | |||||
* | 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 |
| | |||||
* | Add --compression-level option to compile command | Ryo Nihei | 2021-05-11 | 1 | -2/+2 |
| | | | | --compression-level specifies a compression level. The default value is 2. | ||||
* | Change package structure | Ryo Nihei | 2021-05-08 | 1 | -0/+130 |
The executable can be installed using `go install ./cmd/maleeni`. |