aboutsummaryrefslogtreecommitdiff
path: root/driver/template.go (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Update godocRyo Nihei2021-10-051-0/+2
|
* Remove the ModeName and KindName fields from the driver.Token structRyo Nihei2021-10-031-6/+66
|
* Format the source code of a lexer maleeni-go generatesRyo Nihei2021-10-021-40/+140
|
* Add name field to the lexical specificationRyo Nihei2021-09-181-10/+16
|
* Generate constant values representing mode IDs, mode names, kind IDs, and ↵Ryo Nihei2021-09-181-14/+88
| | | | kind names
* Add maleeni-go commandRyo Nihei2021-09-141-0/+517
maleeni-go generates a lexer that recognizes a specific lexical specification.