help-bison
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Bison manual clarification


From: Baron Schwartz
Subject: Bison manual clarification
Date: Tue, 19 Oct 2004 12:38:29 -0400
User-agent: Mozilla Thunderbird 0.8 (Windows/20040913)

Under "Language and Grammar" in

http://www.gnu.org/software/bison/manual/html_mono/bison.html.gz#Language%20and%20Grammar

The manual gives an example function,
    int square (int x) { return x * x; }
and the comments identify the first `int' as a keyword, but the second `int' as an identifier, not a keyword. Should it not be a keyword? If it really is an identifier, a footnote would be good.

Cheers
Baron




reply via email to

[Prev in Thread] Current Thread [Next in Thread]