aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* Use Go 1.16Ryo Nihei2021-08-072-2/+2
* Update CHANGELOGRyo Nihei2021-08-021-0/+7
* Change APIsRyo Nihei2021-08-0111-231/+289
* Add unique kind IDs to tokensRyo Nihei2021-08-015-178/+239
* Fix CHANGELOGRyo Nihei2021-07-291-1/+1
* Update CHANGELOGRyo Nihei2021-07-221-0/+7
* Add CHANGELOGRyo Nihei2021-07-221-0/+17
* Add spec.EscapePattern functionRyo Nihei2021-07-222-0/+49
* Support passive mode transitionRyo Nihei2021-06-103-25/+140
* Update READMERyo Nihei2021-06-081-1/+1
* Update READMERyo Nihei2021-06-041-2/+30
* Add status badgeRyo Nihei2021-06-031-0/+2
* Set up CIRyo Nihei2021-06-031-0/+22
* Update READMERyo Nihei2021-06-021-0/+13
* Update READMERyo Nihei2021-05-281-0/+59
* Add example lexical specificationRyo Nihei2021-05-273-0/+604
* Allow duplicate names between fragments and non-fragmentsRyo Nihei2021-05-273-11/+123
* Add fragment expressionRyo Nihei2021-05-2511-61/+540
* Fix the initial state numberRyo Nihei2021-05-191-1/+5
* Remove the shorthand for --compression-level option from the compile commandRyo Nihei2021-05-131-1/+1
* Rename fields of driver.TokenRyo Nihei2021-05-133-26/+25
* Use go fmt instead of gofmtRyo Nihei2021-05-121-1/+1
* Add --compression-level option to compile commandRyo Nihei2021-05-116-45/+119
* Fix a text representation of an error tokenRyo Nihei2021-05-112-22/+51
* Update README and godocRyo Nihei2021-05-102-8/+227
* Change package structureRyo Nihei2021-05-086-7/+5
* Add --break-on-error option to lex commandRyo Nihei2021-05-082-3/+9
* Add CLI optionsRyo Nihei2021-05-084-56/+117
* Change type of acceping_states to sliceRyo Nihei2021-05-073-5/+9
* Add transition table compressorRyo Nihei2021-05-076-18/+431
* Remove Peek* functionsRyo Nihei2021-05-052-86/+0
* Improve performance of the symbolPositionSetRyo Nihei2021-05-044-63/+98
* Add lex modeRyo Nihei2021-05-044-211/+504
* Generate an invalid token from incompleted input.Ryo Nihei2021-05-021-0/+5
* Fix parser to recognize property expressions in bracket expressionsRyo Nihei2021-05-022-0/+14
* Improve compilation time a littleRyo Nihei2021-05-023-174/+269
* Add character property expression (Meet RL1.2 of UTS #18 partially)Ryo Nihei2021-04-3010-27/+4748
* Add code point expression (Meet RL1.1 of UTS #18)Ryo Nihei2021-04-246-18/+512
* Add validation of lexical specs and improve error messagesRyo Nihei2021-04-176-75/+174
* Change the lexical specs of regexp and define concrete syntax error valuesRyo Nihei2021-04-177-446/+603
* Increase the maximum number of symbol positions per patternRyo Nihei2021-04-125-29/+139
* Fix grammar the parser acceptsRyo Nihei2021-04-116-98/+1192
* Add logging to compile commandRyo Nihei2021-04-084-49/+133
* Print the result of the lex command in JSON formatRyo Nihei2021-04-063-140/+185
* Add logical inverse expressionRyo Nihei2021-04-017-37/+786
* Pass values in error type to panic()Ryo Nihei2021-03-071-2/+2
* RefactoringRyo Nihei2021-02-255-502/+351
* Add range expressionRyo Nihei2021-02-244-9/+977
* Add + and ? operatorsRyo Nihei2021-02-206-21/+117
* Fix computation of last positionsRyo Nihei2021-02-172-0/+122