Skip to content

Commit

Permalink
Add a JSON parser
Browse files Browse the repository at this point in the history
This is the third and final stage of the JSON parser.  It parses lexical tokens
performing grammar validation and creating the final QObject representation.  It
uses a recursive decent parser.

Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
  • Loading branch information
Anthony Liguori committed Nov 17, 2009
1 parent d7ff3ac commit 4a5fcab
Show file tree
Hide file tree
Showing 3 changed files with 591 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Expand Up @@ -138,7 +138,7 @@ obj-y += qemu-char.o aio.o savevm.o
obj-y += msmouse.o ps2.o
obj-y += qdev.o qdev-properties.o
obj-y += qint.o qstring.o qdict.o qlist.o qfloat.o qbool.o json-lexer.o
obj-y += json-streamer.o
obj-y += json-streamer.o json-parser.o
obj-y += qemu-config.o block-migration.o

obj-$(CONFIG_BRLAPI) += baum.o
Expand Down

0 comments on commit 4a5fcab

Please sign in to comment.