aboutsummaryrefslogtreecommitdiff
path: root/spec/spec.go (follow)
Commit message (Expand)AuthorAgeFilesLines
* Absorb spec/EuAndreh2024-11-291-382/+0
* Avoid panic on spelling inconsistencies errorsRyo Nihei2022-03-211-5/+7
* Disallow upper cases in an identifierRyo Nihei2021-09-241-1/+1
* Add name field to the lexical specificationRyo Nihei2021-09-181-0/+7
* Generate constant values representing mode IDs, mode names, kind IDs, and kin...Ryo Nihei2021-09-181-15/+139
* Define a lexical specification interfaceRyo Nihei2021-09-111-2/+2
* Change APIsRyo Nihei2021-08-011-61/+92
* Add unique kind IDs to tokensRyo Nihei2021-08-011-0/+14
* Allow duplicate names between fragments and non-fragmentsRyo Nihei2021-05-271-3/+12
* Add fragment expressionRyo Nihei2021-05-251-5/+6
* Add --compression-level option to compile commandRyo Nihei2021-05-111-8/+10
* Change type of acceping_states to sliceRyo Nihei2021-05-071-1/+1
* Add transition table compressorRyo Nihei2021-05-071-3/+23
* Add lex modeRyo Nihei2021-05-041-3/+72
* Add validation of lexical specs and improve error messagesRyo Nihei2021-04-171-7/+82
* Add types of lexical specificationsRyo Nihei2021-02-161-0/+28