/[bison]/bison/src/scan-gram.l
ViewVC logotype

Diff of /bison/src/scan-gram.l

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

revision 1.22 by akim, Tue Jul 9 16:24:57 2002 UTC revision 1.23 by akim, Fri Jul 19 08:31:32 2002 UTC
# Line 90  static void handle_at PARAMS ((braced_co Line 90  static void handle_at PARAMS ((braced_co
90  %x SC_ESCAPED_STRING SC_ESCAPED_CHARACTER  %x SC_ESCAPED_STRING SC_ESCAPED_CHARACTER
91  %x SC_BRACED_CODE SC_PROLOGUE SC_EPILOGUE  %x SC_BRACED_CODE SC_PROLOGUE SC_EPILOGUE
92    
93  id       [.a-zA-Z][.a-zA-Z_0-9]*  id       [.a-zA-Z_][.a-zA-Z_0-9]*
94  int      [0-9]+  int      [0-9]+
95  eols     (\n|\r|\n\r|\r\n)+  eols     (\n|\r|\n\r|\r\n)+
96  blanks   [ \t\f]+  blanks   [ \t\f]+

Legend:
Removed from v.1.22  
changed lines
  Added in v.1.23

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26