doc: refer to the token kind rather than the token type

* doc/bison.texi: Replace occurrences of "token type" with "token
kind".
Stop referring to the "macro definitions" of the token kinds, just
name them "definitions".
This commit is contained in:
Akim Demaille
2020-04-05 15:14:59 +02:00
parent 9b70d69f39
commit 04d62346f3
3 changed files with 130 additions and 122 deletions

View File

@@ -63,7 +63,7 @@
// with locations.
%locations
// and acurate list of expected tokens.
// and accurate list of expected tokens.
%define parse.lac full
// Generate the parser description file (calc.output).