aboutsummaryrefslogtreecommitdiff
path: root/driver/token_stream.go (unfollow)
Commit message (Expand)AuthorFilesLines
2022-03-23Use grammar via an interfaceRyo Nihei8-49/+173
2021-10-28Add name directive to specify a grammar nameRyo Nihei14-2/+205
2021-10-27Use maleeni v0.5.1Ryo Nihei8-23/+28
2021-10-27Generate the lexer source codeRyo Nihei5-53/+1408
2021-09-07Pass a token that caused a syntax error to the semantic action APIsRyo Nihei3-15/+16
2021-09-07Call the 'MissError' when input doesn't meet an error productionRyo Nihei2-1/+7
2021-09-07Add the semantic action API 'TrapAndShiftError' instead of 'TrapError' and 'S...Ryo Nihei3-52/+35
2021-09-07Change semantic action APIsRyo Nihei3-18/+42
2021-09-03Update CHANGELOGRyo Nihei1-0/+16
2021-09-03Use the LALR by default when using grammar.Compile instead of the CLIRyo Nihei1-1/+3