tree: 1a5d6c96baa1dd5eb5f2fad4e1b214737686fe4f [path history] [tgz]
  1. actions.at
  2. atlocal.in
  3. bison.in
  4. c++.at
  5. calc.at
  6. conflicts.at
  7. counterexample.at
  8. cxx-type.at
  9. d.at
  10. diagnostics.at
  11. existing.at
  12. glr-regression.at
  13. headers.at
  14. input.at
  15. java.at
  16. javapush.at
  17. linear
  18. local.at
  19. local.mk
  20. m4.at
  21. named-refs.at
  22. output.at
  23. package.m4
  24. push.at
  25. README.md
  26. reduce.at
  27. regression.at
  28. report.at
  29. scanner.at
  30. sets.at
  31. skeletons.at
  32. synclines.at
  33. testsuite
  34. testsuite.at
  35. testsuite.h
  36. torture.at
  37. types.at
tests/README.md

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
  • html: html reports
  • java
  • lac
  • %merge
  • multistart
  • push
  • report: for automaton dumps
  • %union
  • variant
  • yacc: POSIX yacc (%yacc)

Calculator

The grammar features several special directives:

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