doc: use dot/'•' rather than point/'.'

AFAICT, "dotted rule" is a more frequent synonym of "item" than
"pointed rule".  So let's migrate to using "dot" only.

* doc/bison.texi: Use dot/'•' rather than point/'.'.

* src/print-xml.c (print_core): Use dot rather than point.  This is
not backward compatible, but AFAICT, we don't have actual user of the
XML output (but ourselves).  So...
* data/xslt/xml2dot.xsl, data/xslt/xml2text.xsl,
* data/xslt/xml2xhtml.xsl, tests/report.at: ... adjust.
This commit is contained in:
Akim Demaille
2020-06-23 07:21:52 +02:00
parent b65bd16e45
commit c4b1a2b68f
8 changed files with 181 additions and 187 deletions

10
TODO
View File

@@ -33,14 +33,8 @@ Show the counterexamples. This is going to be really hard and/or painful.
Unless we play it dumb (little structure).
*** Doc
-Wcounterexamples, --report=counterexamples
Use "•" instead of ".".
*** point, dot
We have too many names. In XML we use "point", in C "dot". A traditional
more accurate name of "item" is "pointed rule", so we should probably prefer
"point" to "dot".
-Wcounterexamples, --report=counterexamples. Don't forget to include
examples about conflicts in the reports.
** Bistromathic
- Hitting tab on a line with a syntax error is ugly