doc: token.prefix

* doc/bison.simple (Decl Summary): Document token.prefix.
	(Calc++ Parser): Various fixes.
	Formatting changes.
	Use token.prefix.
	Introduce a macro TOKEN to shorten the code and make it more
	readable.
	(Calc++ Scanner): Adjust.
	* NEWS (Variable token.prefix): New.
This commit is contained in:
Akim Demaille
2009-05-07 09:13:08 +02:00
parent ab2a9f5793
commit 99c08fb662
3 changed files with 99 additions and 27 deletions

View File

@@ -1,3 +1,15 @@
2009-05-11 Akim Demaille <demaille@gostai.com>
doc: token.prefix
* doc/bison.simple (Decl Summary): Document token.prefix.
(Calc++ Parser): Various fixes.
Formatting changes.
Use token.prefix.
Introduce a macro TOKEN to shorten the code and make it more
readable.
(Calc++ Scanner): Adjust.
* NEWS (Variable token.prefix): New.
2009-05-04 Akim Demaille <demaille@gostai.com>
bison: catch bad symbol names.