Name Date Size #Lines LOC

..--

ChangeLogH A D26-Oct-2009709 2514

Makefile.amH A D26-Oct-20091.4 KiB5634

Makefile.examplesH A D26-Oct-20091.9 KiB8956

Makefile.inH A D23-Dec-201814.5 KiB540452

READMEH A D26-Oct-2009349 138

cat.lexH A D26-Oct-2009849 4636

dates.lexH A D26-Oct-20092.8 KiB10771

datetest.datH A D26-Oct-2009343 2924

eof_rules.lexH A D26-Oct-20091.3 KiB6639

eof_test01.txtH A D26-Oct-2009367 1810

eof_test02.txtH A D26-Oct-2009104 95

eof_test03.txtH A D26-Oct-200987 84

expr.lexH A D26-Oct-2009619 3624

expr.yH A D29-Oct-2014988 6540

front.lexH A D26-Oct-20091.2 KiB4126

front.yH A D29-Oct-20142.6 KiB11982

j2t.lexH A D26-Oct-200912.1 KiB443322

myname.lexH A D26-Oct-2009287 166

myname.txtH A D26-Oct-2009170 75

myname2.lexH A D26-Oct-2009443 2012

numbers.lexH A D26-Oct-20095 KiB146130

pas_include.lexH A D26-Oct-20091.6 KiB7949

pascal.lexH A D26-Oct-20093.1 KiB12188

reject.lexH A D26-Oct-2009245 137

replace.lexH A D26-Oct-2009529 3421

string1.lexH A D26-Oct-20092.5 KiB9985

string2.lexH A D26-Oct-20093 KiB9579

strtest.datH A D26-Oct-2009733 2221

unput.lexH A D26-Oct-2009429 3319

user_act.lexH A D26-Oct-2009303 3218

userinit.lexH A D26-Oct-2009514 3125

wc.lexH A D26-Oct-20092.7 KiB12397

yymore.lexH A D26-Oct-2009566 3019

yymore2.lexH A D26-Oct-2009720 3423

yymoretest.datH A D26-Oct-2009115 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