A few little nit-noys (%language "C++"): 1: %define api.position.type is not defined in Section 3.7.13 2: %define api.position.type {type} should be api.position.type type. 3: %define api.position.type type causes Bison to generate the following message x.y:9.9-25: error: %define variable 'api.position.type' is not used 4: %define api.location.type {type} should be api.location.type type. 5: %define api.prefix {prefix} should be api.prefix prefix.
- YYSTYPE needs to be defined and moved Arthur Schwarz
- Re: YYSTYPE needs to be defined and moved Akim Demaille
- Re: YYSTYPE needs to be defined and moved Arthur Schwarz
- Re: YYSTYPE needs to be defined and moved Akim Demaille
- There are some tabs in the generated files Arthur Schwarz
- Re: There are some tabs in the generated files Akim Demaille
- location.hh position.hh files generated with %loca... Arthur Schwarz
- Manual corrections Arthur Schwarz
- Java generator fatal error message Arthur Schwarz
- api.push-pull push inconsistently defined ... Arthur Schwarz
- yypush_parse not fully defined Arthur Schwarz
- api.token.constructor not describ... Arthur Schwarz
- Re: api.token.constructor not... Arthur Schwarz
- Re: Java generator fatal error message Akim Demaille