| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Add validation of lexical specs and improve error messages | Ryo Nihei | 2021-04-17 | 2 | -33/+52 |
| * | Change the lexical specs of regexp and define concrete syntax error values•••* Make the lexer treat ']' as an ordinary character in default mode * Define values of the syntax error type that represents error information concretely | Ryo Nihei | 2021-04-17 | 1 | -3/+14 |
| * | Add logging to compile command•••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. | Ryo Nihei | 2021-04-08 | 1 | -2/+25 |
| * | Print the result of the lex command in JSON format•••* Print the result of the lex command in JSON format. * Print the EOF token. | Ryo Nihei | 2021-04-06 | 1 | -6/+5 |
| * | Add logging to lex command•••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. | Ryo Nihei | 2021-02-16 | 1 | -2/+26 |
| * | Add CLI | Ryo Nihei | 2021-02-16 | 3 | -0/+131 |
