A platform for high-performance distributed tool and library development written in C++. It can be deployed in two different cluster modes: standalone or distributed. API for v0.5.0, released on June 13, 2018.
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
Lexer.h File Reference
#include "LexerTokens.h"
+ Include dependency graph for Lexer.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  LexerExtra
 
union  YYSTYPE
 

Typedefs

typedef void * yyscan_t
 
typedef struct yy_buffer_state * YY_BUFFER_STATE
 

Functions

int yylex_init_extra (struct LexerExtra *, yyscan_t *)
 
int yylex_destroy (yyscan_t)
 
YY_BUFFER_STATE yy_scan_string (const char *, yyscan_t)
 
void yy_delete_buffer (YY_BUFFER_STATE, yyscan_t)
 
void yyerror (yyscan_t, struct AtomicComputationList **myStatement, const char *)
 
int yylex (YYSTYPE *, yyscan_t)
 

Variables

YYSTYPE yylval
 

Typedef Documentation

typedef struct yy_buffer_state* YY_BUFFER_STATE

Definition at line 35 of file Lexer.h.

typedef void* yyscan_t

Definition at line 31 of file Lexer.h.

Function Documentation

void yy_delete_buffer ( YY_BUFFER_STATE  ,
yyscan_t   
)

+ Here is the caller graph for this function:

YY_BUFFER_STATE yy_scan_string ( const char *  ,
yyscan_t   
)

+ Here is the caller graph for this function:

void yyerror ( yyscan_t  ,
struct AtomicComputationList **  myStatement,
const char *   
)
int yylex ( YYSTYPE ,
yyscan_t   
)
int yylex_destroy ( yyscan_t  )

+ Here is the caller graph for this function:

int yylex_init_extra ( struct LexerExtra ,
yyscan_t  
)

+ Here is the caller graph for this function:

Variable Documentation

YYSTYPE yylval