11 #include "json_bison.h"
12 #include "json_flex.h"
CT_NODISCARD CT_SCAN_API scan_t * scan_io(const char *language, io_t *io, arena_t *arena)
create a scanner from an io source
CT_SCAN_API void scan_set_context(scan_t *scan, void *value)
get the context of a scanner
#define STA_DECL
sal2 annotation on function implementations to copy annotations from the declaration
CT_PUREFN CT_BASE_API text_view_t text_view_from(const char *text)
create a new non-owning text array this is a shortcut for
CT_NODISCARD CT_PUREFN CT_STD_API void * map_get(const map_t *map, const void *key)
get a value from a map
CT_INTEROP_API parse_result_t scan_buffer(scan_t *scan, const scan_callbacks_t *callbacks)
parse the contents of a scanner into a language specific ast
@ eParseOk
parse was successful
STA_DECL json_t * json_array_get(const json_t *json, size_t index)
get an array element by index
STA_DECL json_t * json_map_get(const json_t *json, const char *key)
get a json value from an object by key
STA_DECL json_parse_t json_parse(io_t *io, logger_t *logger, arena_t *arena)
parse an io into a json value parse the contents of an io object into a json value
STA_DECL json_t * json_scan(io_t *io, logger_t *logger, arena_t *arena)
scan an io into a json value scan the contents of an io object into a json value
#define CTASSERT(expr)
assert a condition, prints the condition as a message
CT_NODISCARD CT_PUREFN CT_STD_API void * typevec_offset(const typevec_t *vec, size_t index)
get a pointer to the value at the given index
CT_CALLBACKS(kCallbacks, json)
typevec_t array
the array value of this node
const map_t * object
the object value of this node
a non-owning view of text