aboutsummaryrefslogtreecommitdiff
path: root/cli/cmd/compile.go (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Change package structureRyo Nihei2021-05-081-115/+0
| | | | The executable can be installed using `go install ./cmd/maleeni`.
* Add CLI optionsRyo Nihei2021-05-081-21/+50
|
* Add validation of lexical specs and improve error messagesRyo Nihei2021-04-171-14/+28
|
* Add logging to compile commandRyo Nihei2021-04-081-2/+25
| | | | | compile command writes logs out to the maleeni-compile.log file. When you use compiler.Compile(), you can choose whether the lexer writes logs or not.
* Add CLIRyo Nihei2021-02-161-0/+49