Name Date Size #Lines LOC

..--

ChangeLogH A D06-Jun-2012709 2514

MakefileH A D15-Oct-201512.8 KiB474385

Makefile.amH A D06-Jun-20121.4 KiB5634

Makefile.examplesH A D06-Jun-20121.9 KiB8956

Makefile.inH A D15-Oct-201512.5 KiB474387

READMEH A D06-Jun-2012349 138

cat.lexH A D06-Jun-2012849 4636

dates.lexH A D06-Jun-20122.8 KiB10771

datetest.datH A D06-Jun-2012343 2924

eof_rules.lexH A D06-Jun-20121.3 KiB6639

eof_test01.txtH A D06-Jun-2012367 1810

eof_test02.txtH A D06-Jun-2012104 95

eof_test03.txtH A D06-Jun-201287 84

expr.lexH A D06-Jun-2012619 3624

expr.yH A D15-Oct-2015988 6540

front.lexH A D06-Jun-20121.2 KiB4126

front.yH A D15-Oct-20152.6 KiB11982

j2t.lexH A D06-Jun-201212.1 KiB443322

myname.lexH A D06-Jun-2012287 166

myname.txtH A D06-Jun-2012170 75

myname2.lexH A D06-Jun-2012443 2012

numbers.lexH A D06-Jun-20125 KiB146130

pas_include.lexH A D06-Jun-20121.6 KiB7949

pascal.lexH A D06-Jun-20123.1 KiB12188

reject.lexH A D06-Jun-2012245 137

replace.lexH A D06-Jun-2012529 3421

string1.lexH A D06-Jun-20122.5 KiB9985

string2.lexH A D06-Jun-20123 KiB9579

strtest.datH A D06-Jun-2012733 2221

unput.lexH A D06-Jun-2012429 3319

user_act.lexH A D06-Jun-2012303 3218

userinit.lexH A D06-Jun-2012514 3125

wc.lexH A D06-Jun-20122.7 KiB12397

yymore.lexH A D06-Jun-2012566 3019

yymore2.lexH A D06-Jun-2012720 3423

yymoretest.datH A D06-Jun-2012115 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