bison-patches
[Top][All Lists]
Advanced

[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




reply via email to

[Prev in Thread] Current Thread [Next in Thread]