| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Move all UCD-related processes to ucd package | Ryo Nihei | 2021-11-27 | 1 | -2/+2 |
| | | |||||
| * | Support White_Space property (Meet RL1.2 of UTS #18 partially) | Ryo Nihei | 2021-11-24 | 1 | -0/+14 |
| | | |||||
| * | Remove the ModeName and KindName fields from the driver.Token struct | Ryo Nihei | 2021-10-03 | 1 | -1/+31 |
| | | |||||
| * | Remove --debug option from compile command | Ryo Nihei | 2021-09-23 | 1 | -29/+1 |
| | | |||||
| * | Add name field to the lexical specification | Ryo Nihei | 2021-09-18 | 1 | -2/+27 |
| | | |||||
| * | Add maleeni-go command | Ryo Nihei | 2021-09-14 | 2 | -0/+80 |
| | | | | | maleeni-go generates a lexer that recognizes a specific lexical specification. | ||||
| * | Define a lexical specification interface | Ryo Nihei | 2021-09-11 | 1 | -1/+1 |
| | | |||||
| * | Remove --debug option from the lex command | Ryo Nihei | 2021-09-08 | 1 | -28/+1 |
| | | |||||
| * | Support passive mode transition | Ryo Nihei | 2021-06-10 | 1 | -1/+4 |
| | | |||||
| * | Remove the shorthand for --compression-level option from the compile command | Ryo Nihei | 2021-05-13 | 1 | -1/+1 |
| | | |||||
| * | Add --compression-level option to compile command | Ryo Nihei | 2021-05-11 | 2 | -5/+9 |
| | | | | | --compression-level specifies a compression level. The default value is 2. | ||||
| * | Change package structure | Ryo Nihei | 2021-05-08 | 5 | -0/+355 |
| The executable can be installed using `go install ./cmd/maleeni`. | |||||
