doc: updates for 3.6

* doc/bison.texi: More s/token type/token kind/.
* NEWS: Update.
This commit is contained in:
Akim Demaille
2020-04-13 19:06:06 +02:00
parent caadfc552b
commit 5d983253f7
3 changed files with 70 additions and 55 deletions

9
TODO
View File

@@ -19,12 +19,11 @@
- symbol.type_get should be kind_get, and it's not documented.
- YYERRCODE and "end of file" and translation
*** The documentation
You can explicitly specify the numeric code for a token type...
** Java
*** Examples
Have an example with a push parser. Use autocompletion in that case.
The token numbered as 0.
** Java: calc.at
*** calc.at
Stop hard-coding "Calc". Adjust local.at (look for FIXME).
** doc