aboutsummaryrefslogtreecommitdiff
path: root/cmd/maleeni (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Use golangci-lintRyo Nihei2021-12-151-8/+8
|
* Remove --lex-spec option from maleeni-compile commandRyo Nihei2021-12-121-4/+10
|
* Use new parser and DFA compilerRyo Nihei2021-12-101-1/+22
|
* Remove the ModeName and KindName fields from the driver.Token structRyo Nihei2021-10-031-1/+31
|
* Remove --debug option from compile commandRyo Nihei2021-09-231-29/+1
|
* Define a lexical specification interfaceRyo Nihei2021-09-111-1/+1
|
* Remove --debug option from the lex commandRyo Nihei2021-09-081-28/+1
|
* Support passive mode transitionRyo Nihei2021-06-101-1/+4
|
* Remove the shorthand for --compression-level option from the compile commandRyo Nihei2021-05-131-1/+1
|
* Add --compression-level option to compile commandRyo Nihei2021-05-112-5/+9
| | | | --compression-level specifies a compression level. The default value is 2.
* Change package structureRyo Nihei2021-05-084-0/+285
The executable can be installed using `go install ./cmd/maleeni`.