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 --debug option from compile command | Ryo Nihei | 2021-09-23 | 1 | -29/+1 |
| | |||||
* | 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 | 1 | -3/+7 |
| | | | | --compression-level specifies a compression level. The default value is 2. | ||||
* | Change package structure | Ryo Nihei | 2021-05-08 | 1 | -0/+115 |
The executable can be installed using `go install ./cmd/maleeni`. |