Go to the source code of this file.
Defines | |
#define | GRAMMAR_EXPLICIT "explicit" |
#define | GRAMMAR_CAMELCASING "CamelCasing" |
#define | GRAMMAR_SHORT "short" |
Typedefs | |
typedef union _ast_node_t * | ast_node_t |
AST Node public type. | |
Functions | |
ast_node_t | tinyap_get_ruleset (const char *name) |
#define GRAMMAR_CAMELCASING "CamelCasing" |
Definition at line 26 of file bootstrap.h.
#define GRAMMAR_EXPLICIT "explicit" |
Definition at line 25 of file bootstrap.h.
#define GRAMMAR_SHORT "short" |
Definition at line 27 of file bootstrap.h.
typedef union _ast_node_t* ast_node_t |
ast_node_t tinyap_get_ruleset | ( | const char * | name | ) |