aboutsummaryrefslogtreecommitdiff
path: root/cli/cmd/root.go (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Change package structureRyo Nihei2021-05-081-28/+0
| | | | The executable can be installed using `go install ./cmd/maleeni`.
* Change the lexical specs of regexp and define concrete syntax error valuesRyo Nihei2021-04-171-3/+14
| | | | | * Make the lexer treat ']' as an ordinary character in default mode * Define values of the syntax error type that represents error information concretely
* Add CLIRyo Nihei2021-02-161-0/+17