Go to the source code of this file.
Defines | |
#define | TOKEN_TYPE_COMMENT 0 |
#define | TOKEN_TYPE_NEWLINE 1 |
#define | TOKEN_TYPE_STRING 2 |
#define | TOKEN_TYPE_PUNCT 3 |
Typedefs | |
typedef _scconf_parser | scconf_parser |
Functions | |
int | scconf_lex_parse (scconf_parser *parser, const char *filename) |
int | scconf_lex_parse_string (scconf_parser *parser, const char *config_string) |
void | scconf_parse_token (scconf_parser *parser, int token_type, const char *token) |
|
Definition at line 29 of file internal.h. |
|
Definition at line 30 of file internal.h. |
|
Definition at line 32 of file internal.h. |
|
Definition at line 31 of file internal.h. |
|
|
|
|
|
|
|
|