summaryrefslogtreecommitdiff
path: root/data/skeletons/c++.m4
Commit message (Expand)AuthorAgeFilesLines
* 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
* api.token.raw: apply to the other skeletonsAkim Demaille2019-09-141-2/+4
* no-lines: avoid leaving an empty line instead of the synclineAkim Demaille2019-04-031-3/+3
* c++: fix commentAkim Demaille2019-01-261-1/+1
* c++: address -Wweak-vtables warningsAkim Demaille2019-01-201-1/+10
* style: formatting changesAkim Demaille2019-01-201-1/+1
* NEWS: fixesAkim Demaille2019-01-201-1/+1
* c++: avoid -Wundefined-func-template warnings from clangAkim Demaille2019-01-151-35/+25
* c++: avoid warnings about extraneous semi-colonsAkim Demaille2019-01-141-1/+1
* package: bump copyrights to 2019Akim Demaille2019-01-051-1/+1
* rename parser_class_name as api.parser.classAkim Demaille2019-01-021-2/+2
* skeletons: shorten b4_parser_class_name to b4_parser_classAkim Demaille2019-01-021-20/+20
* c++: inline the implementation of syntax_error in its definitionAkim Demaille2018-12-301-7/+6
* parsers: fix minor stylistic issuesAkim Demaille2018-12-271-3/+3
* c++: variants: fuse declarations and definitionsAkim Demaille2018-12-261-13/+8
* package: move skeletons into data/skeletonsAkim Demaille2018-12-251-0/+670