File: calc.tab.ph

package info (click to toggle)
perl-byacc 2.0-10
  • links: PTS, VCS
  • area: main
  • in suites: trixie
  • size: 716 kB
  • sloc: ansic: 7,136; yacc: 2,035; perl: 1,779; makefile: 206; sh: 9
file content (14 lines) | stat: -rw-r--r-- 151 bytes parent folder | download | duplicates (8)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
$INT=257;
$FLOAT=258;
$STRING=259;
$IDENT=260;
$EQ=261;
$NE=262;
$GT=263;
$GE=264;
$LT=265;
$LE=266;
$L_SHIFT=267;
$R_SHIFT=268;
$EXP=269;
$UNARY=270;