/jsonparser

JSON parser (example bison/flex project)

Primary LanguageC

JSON parser

This is an example of using flex and bison to create a simple parser for JSON.

Note that this is not a complete or correct JSON parser. The primary goal is to be a decent example of using flex and bison together.