|
libsheepy
|
#include "yaml_private.h"
Go to the source code of this file.
Macros | |
| #define | PEEK_TOKEN(parser) |
| #define | SKIP_TOKEN(parser) |
Functions | |
| yaml_parser_parse (yaml_parser_t *parser, yaml_event_t *event) | |
| Parse the input stream and produce the next parsing event. More... | |
| #define PEEK_TOKEN | ( | parser | ) |
Definition at line 48 of file ymlParser.c.
| #define SKIP_TOKEN | ( | parser | ) |
Definition at line 56 of file ymlParser.c.
1.8.13