Is there a simple lexer/parser for C language or a subset of it which is based on Flex/Bison?
I have found some open source parsers for C (TCC, LCC, ...) but none of them are based on bison.
There is a C11 grammar for YACC (a predecessor of Bison), it should work with Bison (maybe some tweaks will be needed).
GCC used to be based on Bison a long ago. GCC 3.4 source code contains a file with C grammar.