aboutsummaryrefslogtreecommitdiff
path: root/cmd/maleeni/lex.go (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Remove the ModeName and KindName fields from the driver.Token structRyo Nihei2021-10-031-1/+31
|
* 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
|
* Add --compression-level option to compile commandRyo Nihei2021-05-111-2/+2
| | | | --compression-level specifies a compression level. The default value is 2.
* Change package structureRyo Nihei2021-05-081-0/+130
The executable can be installed using `go install ./cmd/maleeni`.