|
Hormiga 1.0
|
#include "defines.h"#include "coreinterface.h"#include "parser/parser_types.h"

Go to the source code of this file.
Functions | |
| void | yyerror (yyscan_t scanner, CoreInterface *core, const char *s) |
| void | copyLexem (const char *token, YYSTYPE *yy_lval) |
| void copyLexem | ( | const char * | token, |
| YYSTYPE * | yy_lval | ||
| ) |
Definition at line 54 of file parser_functions.cpp.
| void yyerror | ( | yyscan_t | scanner, |
| CoreInterface * | core, | ||
| const char * | s | ||
| ) |
** The following Functions are available in a reentrant scanner: char *yyget_text ( yyscan_t scanner ); int yyget_leng ( yyscan_t scanner ); FILE *yyget_in ( yyscan_t scanner ); FILE *yyget_out ( yyscan_t scanner ); int yyget_lineno ( yyscan_t scanner ); YY_EXTRA_TYPE yyget_extra ( yyscan_t scanner ); int yyget_debug ( yyscan_t scanner ); void yyset_debug ( int flag, yyscan_t scanner ); void yyset_in ( FILE * in_str , yyscan_t scanner ); void yyset_out ( FILE * out_str , yyscan_t scanner ); void yyset_lineno ( int line_number , yyscan_t scanner ); void yyset_extra ( YY_EXTRA_TYPE user_defined , yyscan_t scanner );
Definition at line 50 of file parser_functions.cpp.
