Home
last modified time | relevance | path

Searched hist:"5 ab8558d" (Results 1 – 1 of 1) sorted by relevance

/openbmc/qemu/
H A DMakefile5ab8558d Wed Nov 11 10:39:14 CST 2009 Anthony Liguori <aliguori@us.ibm.com> Add a lexer for JSON

Our JSON parser is a three stage parser. The first stage tokenizes the stream
into a set of lexical tokens. Since the lexical grammar is regular, we can
use a finite state machine to model it. The state machine will emit tokens
as they are identified.

Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>