Searched hist:"4 a5fcab7acc55495d0a617eeebbbeaebc1872dbf" (Results 1 – 3 of 3) sorted by relevance
/qemu/include/qobject/ |
H A D | json-parser.h | 4a5fcab7acc55495d0a617eeebbbeaebc1872dbf Wed Nov 11 16:39:23 UTC 2009 Anthony Liguori <aliguori@us.ibm.com> Add a JSON parser
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>
|
/qemu/qobject/ |
H A D | json-parser.c | 4a5fcab7acc55495d0a617eeebbbeaebc1872dbf Wed Nov 11 16:39:23 UTC 2009 Anthony Liguori <aliguori@us.ibm.com> Add a JSON parser
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>
|
/qemu/ |
H A D | Makefile | 4a5fcab7acc55495d0a617eeebbbeaebc1872dbf Wed Nov 11 16:39:23 UTC 2009 Anthony Liguori <aliguori@us.ibm.com> Add a JSON parser
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>
|