• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..02-Aug-2016-

ChangeLogH A D02-Aug-2016709 2514

MakefileH A D02-Aug-201612.8 KiB474385

Makefile.amH A D02-Aug-20161.4 KiB5634

Makefile.examplesH A D02-Aug-20161.9 KiB8956

Makefile.inH A D02-Aug-201614.1 KiB528440

READMEH A D02-Aug-2016349 138

cat.lexH A D02-Aug-2016849 4636

dates.lexH A D02-Aug-20162.8 KiB10771

datetest.datH A D02-Aug-2016343 2924

eof_rules.lexH A D02-Aug-20161.3 KiB6639

expr.lexH A D02-Aug-2016619 3624

expr.yH A D02-Aug-2016988 6540

front.lexH A D02-Aug-20161.2 KiB4126

front.yH A D02-Aug-20162.6 KiB11982

j2t.lexH A D02-Aug-201612.1 KiB443322

myname.lexH A D02-Aug-2016287 166

myname2.lexH A D02-Aug-2016443 2012

numbers.lexH A D02-Aug-20165 KiB146130

pas_include.lexH A D02-Aug-20161.6 KiB7949

pascal.lexH A D02-Aug-20163.1 KiB12188

reject.lexH A D02-Aug-2016245 137

replace.lexH A D02-Aug-2016529 3421

string1.lexH A D02-Aug-20162.5 KiB9985

string2.lexH A D02-Aug-20163 KiB9579

strtest.datH A D02-Aug-2016733 2221

unput.lexH A D02-Aug-2016429 3319

user_act.lexH A D02-Aug-2016303 3218

userinit.lexH A D02-Aug-2016514 3125

wc.lexH A D02-Aug-20162.7 KiB12397

yymore.lexH A D02-Aug-2016566 3019

yymore2.lexH A D02-Aug-2016720 3423

yymoretest.datH A D02-Aug-2016115 85

README

1This directory contains the example programs from the manual, and a
2few other things as well. To make all the programs, simply type "make
3-f Makefile.examples", and assuming you have flex and gcc, all will be
4well.
5
6To build the programs individually, type
7
8   make -f Makefile.examples program_name
9
10For example:
11
12   make -f Makefile.examples expr
13