OneSadCookie / BisonJSON

Quick example of how to use flex/bison. Not for serious use!!!

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

BisonJSON

Quick example of how to use flex/bison. Not for serious use!!! (in particular, it doesn't handle string escaping, and the memory management is nonexistent) Uses the ancient versions of flex/bison that ships with Xcode 6.

Building

make

Running

./json test.json

About

Quick example of how to use flex/bison. Not for serious use!!!


Languages

Language:C 72.6%Language:Bison 18.0%Language:Makefile 9.4%