pike.git
/
src
/
modules
/
JSON
/
json_parser.c
version
»
Context lines:
10
20
40
80
file
none
3
pike.git/src/modules/JSON/json_parser.c:1:
#line 1 "rl/json_parser.rl"
-
/
/
vim: syntax=ragel
+
/
*
vim: syntax=ragel
*/
#include "mapping.h" #include "operators.h" #include "object.h" #include "array.h" #include "builtin_functions.h" #include "gc.h" static ptrdiff_t _parse_JSON(PCHARP str, ptrdiff_t p, ptrdiff_t pe, struct parser_state *state);