|
kinnie
|
#include "kinnie.h"Go to the source code of this file.
Functions | |
| size_t | find_block_end (Token tokens[], size_t token_count, size_t start) |
| size_t | copy_block (Token tokens[], size_t start, size_t end, Token dst[]) |
| void | parse_functions (Token tokens[], size_t token_count) |
| void | parse_structs (Token tokens[], size_t token_count) |
| Function * | get_function (const char *name) |
Variables | |
| Function | functions [MAX_FUNCTIONS] |
| size_t | function_count |
| Struct | structs [MAX_STRUCTS] |
| size_t | struct_count |
| size_t find_block_end | ( | Token | tokens[], |
| size_t | token_count, | ||
| size_t | start ) |
| Function * get_function | ( | const char * | name | ) |
| void parse_functions | ( | Token | tokens[], |
| size_t | token_count ) |
| void parse_structs | ( | Token | tokens[], |
| size_t | token_count ) |
|
extern |
|
extern |
|
extern |
|
extern |