[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PATCH 0/4] Doc: update, and document "kinds"
From: |
Akim Demaille |
Subject: |
[PATCH 0/4] Doc: update, and document "kinds" |
Date: |
Sun, 12 Apr 2020 19:27:04 +0200 |
Now it's time for the documentation to catch up.
Akim Demaille (4):
c: rename yyexpected_tokens as yypcontext_expected_tokens
doc: document yypcontext_t, and api.symbol.prefix
doc: promote yytoken_kind_t, not yytokentype
doc: use "code", not "number", for token (and symbol) kinds
NEWS | 2 +-
TODO | 21 +-
data/skeletons/bison.m4 | 4 +-
data/skeletons/c++.m4 | 13 +-
data/skeletons/c.m4 | 7 +-
data/skeletons/glr.c | 7 +-
data/skeletons/lalr1.cc | 2 +-
data/skeletons/yacc.c | 15 +-
doc/bison.texi | 355 +++++++++++++++++++++++---------
examples/c/bistromathic/parse.y | 2 +-
examples/c/lexcalc/parse.y | 2 +-
examples/c/reccalc/parse.y | 2 +-
src/parse-gram.c | 6 +-
src/parse-gram.h | 3 +-
src/parse-gram.y | 2 +-
tests/local.at | 2 +-
tests/regression.at | 5 +-
17 files changed, 296 insertions(+), 154 deletions(-)
--
2.26.0
- [PATCH 0/4] Doc: update, and document "kinds",
Akim Demaille <=
- [PATCH 1/4] c: rename yyexpected_tokens as yypcontext_expected_tokens, Akim Demaille, 2020/04/12
- [PATCH 2/4] doc: document yypcontext_t, and api.symbol.prefix, Akim Demaille, 2020/04/12
- [PATCH 4/4] doc: use "code", not "number", for token (and symbol) kinds, Akim Demaille, 2020/04/12
- [PATCH 3/4] doc: promote yytoken_kind_t, not yytokentype, Akim Demaille, 2020/04/12