Files
bison/examples/c/bistromathic
Akim Demaille 493359b758 examples: bistromathic: fix location tracking
* examples/c/bistromathic/scan.l (LOCATION_STEP): New.
Use to properly ignore blanks.
* examples/c/bistromathic/bistromathic.test: Check that case.
2020-02-02 11:28:45 +01:00
..

bistromathic - all the bells and whistles

This example demonstrates the best practices when using Bison.

  • Its interface is pure.
  • It uses a custom syntax error with location tracking, lookahead correction and token internationalization.
  • It enables debug trace support with formatting of semantic values.

It also uses Flex to generate the scanner.