代码搜索:parse
找到约 10,000 项符合「parse」的源代码
代码结果 10,000
www.eeworm.com/read/344712/11864281
h parse.h
#define TK_END_OF_FILE 1
#define TK_ILLEGAL 2
#define TK_SPACE 3
#define TK_UNCLOSED_STRING 4
#define TK_COMME
www.eeworm.com/read/344712/11864343
c parse.c
#include "eDbInit.h"
#include "parse.h"
#ifndef INTERFACE
#define INTERFACE 1
#endif
#define yyCode unsigned char
#define YYNOCODE 96
#define yyAction unsigned short int
#define eDbParserToken T
www.eeworm.com/read/344712/11864379
y parse.y
%token_prefix TK_
%token_type {Token}
%default_type {Token}
%extra_argument {Parse *pParse}
%syntax_error {
if( pParse->zErrMsg==0 ){
if( TOKEN.z[0] ){
eDbErrorMsg(pParse, "near \"%
www.eeworm.com/read/344712/11864565
h parse.h
#define TK_END_OF_FILE 1
#define TK_ILLEGAL 2
#define TK_SPACE 3
#define TK_UNCLOSED_STRING 4
#define TK_COMME
www.eeworm.com/read/344712/11864638
c parse.c
#include "eDbInit.h"
#include "parse.h"
#ifndef INTERFACE
#define INTERFACE 1
#endif
#define yyCode unsigned char
#define YYNOCODE 96
#define yyAction unsigned short int
#define eDbParserToken T
www.eeworm.com/read/344712/11864674
y parse.y
%token_prefix TK_
%token_type {Token}
%default_type {Token}
%extra_argument {Parse *pParse}
%syntax_error {
if( pParse->zErrMsg==0 ){
if( TOKEN.z[0] ){
eDbErrorMsg(pParse, "near \"%
www.eeworm.com/read/344712/11864820
h parse.h
#define TK_END_OF_FILE 1
#define TK_ILLEGAL 2
#define TK_SPACE 3
#define TK_UNCLOSED_STRING 4
#define TK_COMME
www.eeworm.com/read/344712/11864833
out parse.out
State 0:
input ::= * ecmd
ecmd ::= * explain cmdx SEMI
ecmd ::= * SEMI
(4) explain ::= *
SEMI shift 168
www.eeworm.com/read/344712/11864851
c parse.c
#include "eDbInit.h"
#include "parse.h"
#ifndef INTERFACE
#define INTERFACE 1
#endif
#define yyCode unsigned char
#define YYNOCODE 96
#define yyAction unsigned short int
#define eDbParser
www.eeworm.com/read/344712/11864862
y parse.y
%token_prefix TK_
%token_type {Token}
%default_type {Token}
%extra_argument {Parser *pParse}
%syntax_error {
if( pParse->zErrMsg==0 ){
if( TOKEN.z[0] ){
eDbErrorMsg(pParse, "near \"