summaryrefslogtreecommitdiff
path: root/data/skeletons/c++.m4
Commit message (Expand)AuthorAgeFilesLines
* c++: enable C++11 assignment operators for lalr1.ccAnthony Heading2022-09-031-6/+6
* package: bump copyrights to 2022Paul Eggert2022-01-151-1/+1
* c++: use YY_NOEXCEPT where it helpsAkim Demaille2021-09-181-16/+16
* glr2.cc: semantic_option: use a symbolAkim Demaille2021-09-131-0/+21
* glr2.cc: don't publish move ctor to lalr1.ccAkim Demaille2021-09-131-6/+6
* glr2.cc: introduse b4_glr2_cc_ifAkim Demaille2021-09-121-8/+8
* c++: add move assignments to the symbol typeAkim Demaille2021-09-121-0/+28
* c++: avoid using the obsolete namesAkim Demaille2021-09-121-11/+18
* all: fix confusion between token ctor and symbol ctorAkim Demaille2021-08-011-2/+2
* c++: issue a compile-time warning when #define YYSTYPE is usedAkim Demaille2021-02-011-3/+6
* Update URLs to prefer https: to http:Paul Eggert2021-01-291-1/+1
* package: bump copyrights to 2021Akim Demaille2021-01-161-1/+1
* glr2.cc: introduce the yytranslate_ member functionAkim Demaille2021-01-101-1/+1
* c++: rename semantic_type as value_typeAkim Demaille2020-12-261-8/+10
* c++: use noexcept where appropriateAkim Demaille2020-12-031-3/+3
* Merge branch 'maint'Akim Demaille2020-11-131-2/+3
|\
| * c++: don't glue functions togetherAkim Demaille2020-11-131-2/+3
* | symbols: stop dealing with YYEMPTY as b4_symbol(-2, ...)Akim Demaille2020-09-291-4/+4
* | glr2.cc: fork glr.cc to a c++ versionValentin Tolmer2020-08-301-1/+0
|/
* style: update comments in the skeletonsAkim Demaille2020-07-051-2/+3
* c++: by default, use const std::string for file namesAkim Demaille2020-06-271-1/+1
* kinds: also define the possibly qualified symbol kindsAkim Demaille2020-05-231-4/+4
* style: rename user_token_number as codeAkim Demaille2020-05-231-2/+2
* c++: provide yy::parser::symbol_type::nameAkim Demaille2020-05-101-0/+23
* c++: be compatible with the pre-3.6 way to get a symbol's kindAkim Demaille2020-05-031-4/+13
* c++: provide backward compatibility on by_typeAkim Demaille2020-05-031-0/+3
* style: c++: s/type/kind/ where appropriateAkim Demaille2020-04-281-24/+24
* style: fix a few remaining 'type' instead of 'kind'Akim Demaille2020-04-261-1/+1
* c++: give public access to the symbol kindAkim Demaille2020-04-181-13/+23
* doc: token_kind_type in C++Akim Demaille2020-04-171-1/+3
* c, c++: also define YYEMPTY in yytoken_kind_tAkim Demaille2020-04-131-0/+1
* doc: promote yytoken_kind_t, not yytokentypeAkim Demaille2020-04-121-5/+8
* tokens: style: minor fixesAkim Demaille2020-04-121-8/+9
* c++: fix generated headersAkim Demaille2020-04-121-13/+8
* c++: improvements on symbol kindsAkim Demaille2020-04-101-13/+23
* skeletons: introduce api.symbol.prefixAkim Demaille2020-04-071-6/+6
* c: make the symbol kind definition nicer to readAkim Demaille2020-04-061-6/+4
* c: make the token kind definition nicer to readAkim Demaille2020-04-061-3/+1
* skeletons: use consistently "kind" instead of "type" in the codeAkim Demaille2020-04-051-5/+5
* m4: rename b4_symbol_sid as b4_symbol_kindAkim Demaille2020-04-051-1/+1
* c, c++: rename yysymbol_type_t as yysymbol_kind_tAkim Demaille2020-04-051-8/+8
* c++: replace symbol_number_type with symbol_type_typeAkim Demaille2020-04-011-11/+8
* c++: also use symbol_type_typeAkim Demaille2020-04-011-21/+42
* package: bump copyrights to 2020Akim Demaille2020-01-051-1/+1
* api.token.raw: fix it in C++Akim Demaille2019-12-081-1/+1
* c++: get rid of symbol_type::token ()Akim Demaille2019-12-011-19/+1
* c++: remove useless cast about user_token_number_max_Akim Demaille2019-12-011-3/+2
* c++: clean a few issues wrt special tokensAkim Demaille2019-12-011-2/+1
* c++: remove useless cast about yyeof_Akim Demaille2019-11-301-1/+1
* Prefer signed to unsigned integersPaul Eggert2019-10-021-2/+2