Files
bison/tests
Akim Demaille 6dc09317fb m4: provide macros for api.value.type=union
* data/skeletons/bison.m4 (b4_union_if): New.
Remove support for "%define variant", which was deprecated long ago.
* tests/local.at (AT_UNION_IF): New.
2021-01-31 07:27:41 +01:00
..
2021-01-30 14:32:00 +01:00
2021-01-29 13:48:43 -08:00
2021-01-29 13:48:43 -08:00
2021-01-30 08:49:22 +01:00
2021-01-30 14:32:00 +01:00
2021-01-29 13:48:43 -08:00
2021-01-29 13:48:43 -08:00
2021-01-29 13:48:43 -08:00
2021-01-16 16:11:17 +01:00
2021-01-29 13:48:43 -08:00
2021-01-29 13:48:43 -08:00
2021-01-30 14:32:00 +01:00
2021-01-30 08:49:22 +01:00
2021-01-30 14:32:00 +01:00
2019-11-03 10:32:22 +01:00
2021-01-29 13:48:43 -08:00

AT_BISON_OPTION_PUSHDEFS/AT_BISON_OPTION_POPDEFS

These two macros must be given the (main) directives so that they define a number of other macros to:

  • what the language is (so what compiler tool chain to use, what definition of yylex/yyerror, etc.)
  • what skeleton is used

Keywords

The following keywords are used to label tests (with AT_KEYWORDS(category)). Please follow them and avoid creating synonyms.

  • action
  • api.value.type
  • c++: c++ language
  • cex: counterexamples.
  • d: d language
  • deprec: deprecated features.
  • diagnostics
  • glr
  • graph
  • java
  • lac
  • %merge
  • multistart
  • push
  • report: for automaton dumps
  • %union
  • variant

Calculator

The grammar features several special directives:

  • !! YYERROR
  • !+ YYACCEPT
  • !- YYABORT
  • !* YYNOMEM