/[vdw]/trunk/obj_srvr.y
This is repository of my old source code which isn't updated any more. Go to git.rot13.org for current projects!
ViewVC logotype

Diff of /trunk/obj_srvr.y

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 4 by dpavlin, Sun Feb 6 14:32:43 2005 UTC revision 5 by dpavlin, Tue Feb 8 18:42:39 2005 UTC
# Line 13  extern int yydebug = 0;  /* jhjh */ Line 13  extern int yydebug = 0;  /* jhjh */
13    
14  #include <string.h>  #include <string.h>
15  #include "obj_srvr.h"  #include "obj_srvr.h"
16  /* #include "flexdef.h" */  #include "flexdef.h"
17    
18  char fullname[255];  char fullname[255];
19  char temp[255];  char temp[255];
# Line 34  void end_sql(); Line 34  void end_sql();
34      int subtok;      int subtok;
35  } */  } */
36    
 %union {  
     int intval;  
     char *strval;  
     double floatval;  
     int subtok;  
 }  
   
37  %token <strval> NAME  %token <strval> NAME
38  %token <strval> STRING  %token <strval> STRING
39  %token <strval> INTNUM APPROXNUM  %token <strval> INTNUM APPROXNUM
# Line 77  void end_sql(); Line 70  void end_sql();
70    
71    
72  /* literal keyword tokens */  /* literal keyword tokens */
 /* %token <strval> ALL AMMSC ANY AS ASC AUTHORIZATION BETWEEN BY CHARACTER */  
73  %token <strval> ALL AMMSC AS ASC AUTHORIZATION BETWEEN BY CHARACTER  %token <strval> ALL AMMSC AS ASC AUTHORIZATION BETWEEN BY CHARACTER
74  %token <strval> CHECK CLOSE CONTINUE CURRENT CURSOR DECIMAL DECLARE DEFAULT  %token <strval> CHECK CLOSE CONTINUE CURRENT CURSOR DECIMAL DECLARE DEFAULT
75  %token <strval> DESC DISTINCT DOUBLE ESCAPE EXISTS FETCH FLOAT FOR FOREIGN  %token <strval> DESC DISTINCT DOUBLE ESCAPE EXISTS FETCH FLOAT FOR FOREIGN
# Line 457  all_or_any_predicate: Line 449  all_or_any_predicate:
449          ;          ;
450    
451  any_all_some:  any_all_some:
452  /*          ANY */          ALL
         | ALL  
453          | SOME          | SOME
454          ;          ;
455    

Legend:
Removed from v.4  
changed lines
  Added in v.5

  ViewVC Help
Powered by ViewVC 1.1.26