Deleted Added
full compact
awkgram.y (85587) awkgram.y (170331)
1/****************************************************************
2Copyright (C) Lucent Technologies 1997
3All Rights Reserved
4
5Permission to use, copy, modify, and distribute this software and
6its documentation for any purpose and without fee is hereby
7granted, provided that the above copyright notice appear in all
8copies and that both that the copyright notice and this

--- 36 unchanged lines hidden (view full) ---

45 char *s;
46}
47
48%token <i> FIRSTTOKEN /* must be first */
49%token <p> PROGRAM PASTAT PASTAT2 XBEGIN XEND
50%token <i> NL ',' '{' '(' '|' ';' '/' ')' '}' '[' ']'
51%token <i> ARRAY
52%token <i> MATCH NOTMATCH MATCHOP
1/****************************************************************
2Copyright (C) Lucent Technologies 1997
3All Rights Reserved
4
5Permission to use, copy, modify, and distribute this software and
6its documentation for any purpose and without fee is hereby
7granted, provided that the above copyright notice appear in all
8copies and that both that the copyright notice and this

--- 36 unchanged lines hidden (view full) ---

45 char *s;
46}
47
48%token <i> FIRSTTOKEN /* must be first */
49%token <p> PROGRAM PASTAT PASTAT2 XBEGIN XEND
50%token <i> NL ',' '{' '(' '|' ';' '/' ')' '}' '[' ']'
51%token <i> ARRAY
52%token <i> MATCH NOTMATCH MATCHOP
53%token FINAL DOT ALL CCL NCCL CHAR OR STAR QUEST PLUS
53%token <i> FINAL DOT ALL CCL NCCL CHAR OR STAR QUEST PLUS EMPTYRE
54%token <i> AND BOR APPEND EQ GE GT LE LT NE IN
55%token <i> ARG BLTIN BREAK CLOSE CONTINUE DELETE DO EXIT FOR FUNC
56%token <i> SUB GSUB IF INDEX LSUBSTR MATCHFCN NEXT NEXTFILE
57%token <i> ADD MINUS MULT DIVIDE MOD
58%token <i> ASSIGN ASGNOP ADDEQ SUBEQ MULTEQ DIVEQ MODEQ POWEQ
59%token <i> PRINT PRINTF SPRINTF
60%token <p> ELSE INTEST CONDEXPR
61%token <i> POSTINCR PREINCR POSTDECR PREDECR

--- 425 unchanged lines hidden ---
54%token <i> AND BOR APPEND EQ GE GT LE LT NE IN
55%token <i> ARG BLTIN BREAK CLOSE CONTINUE DELETE DO EXIT FOR FUNC
56%token <i> SUB GSUB IF INDEX LSUBSTR MATCHFCN NEXT NEXTFILE
57%token <i> ADD MINUS MULT DIVIDE MOD
58%token <i> ASSIGN ASGNOP ADDEQ SUBEQ MULTEQ DIVEQ MODEQ POWEQ
59%token <i> PRINT PRINTF SPRINTF
60%token <p> ELSE INTEST CONDEXPR
61%token <i> POSTINCR PREINCR POSTDECR PREDECR

--- 425 unchanged lines hidden ---