The lex tag has no wiki summary.
3
votes
1answer
921 views
Yet another C++ Json Parser (Recursive)
Following on from this request Yet another C++ Json Parser
A friend pointed out that he though a recursive decent parser would be more efficient.
Before I agree I want to test it so I wrote it for ...
14
votes
1answer
1k views
Yet another C++ Json Parser
This is a framework for a json Parser I put together last night.
Any comments appreciated.
JsonLexer.l: Breaks the input into lexemes
JsonParser.y: Understands the language syntax
JsonParser.h: ...