diff --git a/examples/c/README.md b/examples/c/README.md index 1a98d462..95e2bb2a 100644 --- a/examples/c/README.md +++ b/examples/c/README.md @@ -52,13 +52,12 @@ push-parser model. ## 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. +- Its hand-written scanner tracks locations. +- It uses a custom syntax error with location, lookahead correction and + token internationalization. - It supports debug traces with semantic values. - It uses named references instead of the traditional $1, $2, etc. -It also uses Flex to generate the scanner. -