代码搜索结果
找到约 10,000 项符合
Y 的代码
sql2.y
/* symbolic tokens */
%union {
int intval;
double floatval;
char *strval;
int subtok;
}
%token NAME
%token STRING
%token INTNUM APPROXNUM
/* operators */
%left OR
%left AND
%left NOT
%left
tp4.y
/* Turbo Pascal 4.0 grammar (prototype) 5-1-91 AG
This is an "almost complete" TP Yacc grammar for Turbo Pascal Version
4.0. Although the grammar is incomplete, untested and I do not have