| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
The executable can be installed using `go install ./cmd/maleeni`.
|
|
|
|
| |
As you use --break-on-error option, break lexical analysis with exit status 1 immediately when an error token appears.
|
| |
|
| |
|
|
|
|
|
| |
* Make the lexer treat ']' as an ordinary character in default mode
* Define values of the syntax error type that represents error information concretely
|
|
|
|
|
| |
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.
|
|
|
|
|
| |
* Print the result of the lex command in JSON format.
* Print the EOF token.
|
|
|
|
|
| |
lex command writes logs out to the maleeni-lex.log file.
When you generate a lexer using driver.NewLexer(), you can choose whether the lexer writes logs or not.
|
|
|