Files
bison/tests
Akim Demaille d7e8aaa271 package: bump copyrights to 2021
Run 'make update-copyright'.
2021-01-16 16:11:17 +01:00
..
2019-02-21 06:46:07 +01:00
2021-01-16 16:11:17 +01:00
2021-01-16 16:11:17 +01:00
2021-01-16 16:11:17 +01:00
2021-01-16 16:11:17 +01:00
2021-01-16 16:11:17 +01:00
2021-01-16 16:11:17 +01:00
2021-01-16 16:11:17 +01:00
2021-01-16 16:11:17 +01:00
2021-01-16 16:11:17 +01:00
2021-01-16 16:11:17 +01:00
2021-01-16 16:11:17 +01:00
2021-01-16 16:11:17 +01:00
2021-01-16 16:11:17 +01:00
2021-01-16 16:11:17 +01:00
2021-01-16 16:11:17 +01:00
2021-01-16 16:11:17 +01:00
2021-01-16 16:11:17 +01:00
2021-01-16 16:11:17 +01:00
2021-01-16 16:11:17 +01:00
2021-01-16 16:11:17 +01:00
2021-01-16 09:37:09 +01:00
2021-01-16 16:11:17 +01:00
2021-01-16 16:11:17 +01:00
2021-01-16 16:11:17 +01:00
2021-01-16 16:11:17 +01:00
2021-01-16 16:11:17 +01:00
2021-01-16 16:11:17 +01:00
2021-01-16 16:11:17 +01:00
2021-01-16 16:11:17 +01:00
2019-11-03 10:32:22 +01:00
2021-01-16 16:11:17 +01:00
2021-01-16 16:11:17 +01: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. Please follow them and avoid creating synonyms.

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

Calculator

The grammar features several special directives:

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