mirror of
https://git.savannah.gnu.org/git/bison.git
synced 2026-03-09 12:23:04 +00:00
examples: bistromathic: demonstrate named references
* examples/c/bistromathic/parse.y: here.
This commit is contained in:
@@ -4,6 +4,7 @@ This example demonstrates the best practices when using Bison.
|
||||
- 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 uses named references instead of the traditional $1, $2, etc.
|
||||
|
||||
It also uses Flex to generate the scanner.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user