mirror of
https://git.savannah.gnu.org/git/bison.git
synced 2026-03-20 17:53:02 +00:00
More.
This commit is contained in:
15
TODO
15
TODO
@@ -45,6 +45,21 @@ this is a pleasant (but useless currently) feature, but in the future,
|
|||||||
I want a means to %include other bits of grammars, and _then_ it will
|
I want a means to %include other bits of grammars, and _then_ it will
|
||||||
be important for the various bits to define their needs in %union.
|
be important for the various bits to define their needs in %union.
|
||||||
|
|
||||||
|
When implementing multiple-%union support, bare the following in mind:
|
||||||
|
|
||||||
|
- when --yacc, this must be flagged as an error. Don't make it fatal
|
||||||
|
though.
|
||||||
|
|
||||||
|
- The #line must now appear *inside* the definition of yystype.
|
||||||
|
Something like
|
||||||
|
|
||||||
|
{
|
||||||
|
#line 12 "foo.y"
|
||||||
|
int ival;
|
||||||
|
#line 23 "foo.y"
|
||||||
|
char *sval;
|
||||||
|
}
|
||||||
|
|
||||||
* Coding system independence
|
* Coding system independence
|
||||||
Paul notes:
|
Paul notes:
|
||||||
|
|
||||||
|
|||||||
@@ -6,6 +6,7 @@ bison.dvi
|
|||||||
bison.fn
|
bison.fn
|
||||||
bison.ky
|
bison.ky
|
||||||
bison.log
|
bison.log
|
||||||
|
bison.pdf
|
||||||
bison.pg
|
bison.pg
|
||||||
bison.ps
|
bison.ps
|
||||||
bison.toc
|
bison.toc
|
||||||
|
|||||||
Reference in New Issue
Block a user