mirror of
https://git.savannah.gnu.org/git/bison.git
synced 2026-03-09 12:23:04 +00:00
examples: fix Englishoes
* examples/README: Fix my mistakes.
This commit is contained in:
@@ -6,10 +6,10 @@ documentation.
|
||||
|
||||
* calc++
|
||||
A C++ version of the canonical example for parsers: a calculator.
|
||||
Also uses Flex for the scanner.
|
||||
Also uses Flex for the scanner. Extracted from the documentation.
|
||||
|
||||
* variant.yy
|
||||
A C++ examples that uses variants (they allow to use any C++ type as
|
||||
A C++ example that uses variants (they allow to use any C++ type as
|
||||
semantic value type) and symbol constructors (they ensure consistency
|
||||
between declared token type and effective semantic value).
|
||||
|
||||
|
||||
Reference in New Issue
Block a user