Akim Demaille
4cbffd89d9
Clean up the generation of the parsers
...
Prefer '%define api.value.type' to '#define YYSTYPE', so that Bison
know the type.
Use '%code requires' to declare what is needed to define the api.value.type
(that code is output in the generated header before the generated
definition of YYSTYPE).
Prefer '%define api.prefix' inside the grammar file to '-p' outside,
as anyway the functions defined in the file actually use this prefix.
Prefer `%param` to both `%parse-param` and `%lex-param`.
Closes GH-5138
2020-02-01 14:21:53 +01:00
..
2020-01-17 14:52:46 +01:00
2018-10-13 14:17:28 +02:00
2019-10-10 16:28:59 +03:00
2018-10-14 12:56:38 +02:00
2019-09-25 14:51:43 +02:00
2020-02-01 14:21:53 +01:00
2019-11-11 14:54:55 +01:00
2019-09-25 14:51:43 +02:00
2019-09-25 14:51:43 +02:00
2019-09-25 14:51:43 +02:00
2019-09-25 14:51:43 +02:00
2019-09-25 14:51:43 +02:00
2019-09-25 14:51:43 +02:00
2019-09-25 14:51:43 +02:00
2020-02-01 14:21:53 +01:00
2019-09-25 14:51:43 +02:00
2019-09-25 14:51:43 +02:00
2019-11-08 15:15:48 +01:00
2019-09-25 14:51:43 +02:00
2020-01-16 09:46:47 +01:00
2019-09-25 14:51:43 +02:00
2019-09-25 14:51:43 +02:00
2019-09-25 14:51:43 +02:00
2019-09-25 14:51:43 +02:00
2019-09-25 14:51:43 +02:00
2019-09-25 14:51:43 +02:00
2019-05-20 06:06:38 +02:00
2019-09-25 14:51:43 +02:00
2019-09-25 14:51:43 +02:00
2019-09-25 14:51:43 +02:00
2019-09-25 14:51:43 +02:00
2019-09-25 14:51:43 +02:00
2019-09-25 14:51:43 +02:00
2020-02-01 14:21:53 +01:00
2019-09-25 14:51:43 +02:00
2019-09-25 14:51:43 +02:00
2019-09-25 14:51:43 +02:00
2019-09-25 14:51:43 +02:00
2019-09-25 14:51:43 +02:00
2019-09-25 14:51:43 +02:00
2019-09-25 14:51:43 +02:00
2019-09-25 14:51:43 +02:00
2019-09-25 14:51:43 +02:00
2019-09-25 14:51:43 +02:00
2018-10-14 12:56:38 +02:00
2015-08-21 23:36:31 +01:00
2019-09-25 14:51:43 +02:00
2019-09-25 14:51:43 +02:00
2019-09-25 14:51:43 +02:00
2019-09-25 14:51:43 +02:00
2020-01-16 09:46:47 +01:00
2019-09-25 14:51:43 +02:00
2019-09-25 14:51:43 +02:00
2019-09-25 14:51:43 +02:00
2019-09-25 14:51:43 +02:00
2019-09-25 14:51:43 +02:00
2019-02-08 23:14:29 +01:00
2020-01-16 09:46:47 +01:00
2020-01-16 09:46:47 +01:00
2018-10-13 14:17:28 +02:00
2019-11-11 14:54:55 +01:00
2014-04-21 23:30:08 +02:00
2019-02-19 20:21:20 +01:00
2019-10-19 19:19:28 +02:00