aboutsummaryrefslogtreecommitdiff
path: root/spec/grammar (follow)
Commit message (Expand)AuthorAgeFilesLines
* Prohibit using a pattern in an alternative•••When a syntax error occurs, the parser must provide a user with the names of expected tokens. However, if a pattern appears directly in an alternative, Vartan cannot assign an appropriate name to the pattern. Therefore, this commit prohibits alternatives from containing patterns. Ryo Nihei2022-06-123-11/+92
* Remove the kind field from a node corresponding to an anonymous terminal symbolRyo Nihei2022-06-111-1/+0
* Rename spec package to spec/grammar packageRyo Nihei2022-05-279-0/+3820