Cthulhu
0.2.10
Cthulhu compiler collection
|
scanner function callbacks for flex and bison More...
#include <compile.h>
Data Fields | |
int(* | init )(scan_t *extra, void *scanner) |
yylex_init_extra More... | |
int(* | parse )(void *scanner, scan_t *extra) |
yyparse More... | |
void *(* | scan )(const char *text, size_t size, void *scanner) |
yy_scan_bytes More... | |
void(* | destroy_buffer )(void *buffer, void *scanner) |
yy_delete_buffer More... | |
void(* | destroy )(void *scanner) |
yylex_destroy More... | |
scanner function callbacks for flex and bison
void(* scan_callbacks_t::destroy) (void *scanner) |
void(* scan_callbacks_t::destroy_buffer) (void *buffer, void *scanner) |
int(* scan_callbacks_t::init) (scan_t *extra, void *scanner) |
int(* scan_callbacks_t::parse) (void *scanner, scan_t *extra) |
void*(* scan_callbacks_t::scan) (const char *text, size_t size, void *scanner) |