InfiniSQL
v0.1.2-alpha
Massive Scale Transaction Processing
|
Function declarations so flex and bison can work together. More...
#include <stdint.h>
#include "parser.h"
#include <string.h>
#include <stdio.h>
Go to the source code of this file.
Classes | |
struct | perlarxer |
data for flex and bison to cooperate More... | |
Functions | |
int | yyparse (struct perlarxer *) |
parser function declaration More... | |
void | flexinit (struct perlarxer *) |
probably initializes state object for reentrent tokenizer More... | |
void | flexbuffer (char *, size_t, void *) |
or this could intialize state object for reentrant tokenizer More... | |
void | flexdestroy (void *) |
destroy state object for reentrant tokenizer More... | |
Function declarations so flex and bison can work together.
Definition in file larx.h.
void flexbuffer | ( | char * | , |
size_t | , | ||
void * | |||
) |
or this could intialize state object for reentrant tokenizer
does anybody actually know what flex and bison do?
Referenced by Larxer::Larxer().
void flexdestroy | ( | void * | ) |
destroy state object for reentrant tokenizer
Referenced by Larxer::Larxer().
void flexinit | ( | struct perlarxer * | ) |
probably initializes state object for reentrent tokenizer
Referenced by Larxer::Larxer().
int yyparse | ( | struct perlarxer * | ) |
parser function declaration
Referenced by Larxer::Larxer().