Akim Demaille
ffa46e6516
skeletons: clarify the tag of special tokens
From
GRAM_EOF = 0, /* $end */
GRAM_ERRCODE = 1, /* error */
GRAM_UNDEF = 2, /* $undefined */
to
GRAM_EOF = 0, /* "end of file" */
GRAM_ERRCODE = 1, /* error */
GRAM_UNDEF = 2, /* "invalid token" */
* src/output.c (symbol_tag): New.
Use it to pass the token names and the symbol tags to the skeletons.
* tests/input.at: Adjust.
2020-04-12 13:56:44 +02:00
..
2019-02-21 06:46:07 +01:00
2020-04-12 13:56:44 +02:00
2020-01-10 19:16:23 +01:00
2020-01-10 19:16:23 +01:00
2020-04-12 13:56:44 +02:00
2020-04-12 13:56:44 +02:00
2020-04-12 13:56:44 +02:00
2020-01-10 19:16:23 +01:00
2020-04-12 13:56:44 +02:00
2020-01-10 19:16:23 +01:00
2020-04-12 13:56:44 +02:00
2020-04-12 13:56:21 +02:00
2020-04-12 13:56:44 +02:00
2020-02-11 08:39:03 +01:00
2020-02-05 13:17:00 +01:00
2020-01-10 19:16:23 +01:00
2020-04-12 13:56:44 +02:00
2020-04-04 08:04:11 +02:00
2020-02-15 08:28:40 +01:00
2020-01-10 19:16:23 +01:00
2020-01-10 19:16:23 +01:00
2020-01-10 19:16:23 +01:00
2020-04-12 13:56:44 +02:00
2020-01-19 10:03:01 +01:00
2020-04-04 10:34:53 +02:00
2020-01-10 19:16:23 +01:00
2020-04-12 13:56:44 +02:00
2020-01-10 19:16:23 +01:00
2020-01-17 06:49:59 +01:00
2019-11-03 10:32:22 +01:00
2020-03-04 08:24:36 +01:00
2020-01-10 19:16:23 +01:00