NameDateSize

..30-Apr-201910

cat.lexH A D25-Oct-2009849

ChangeLogH A D25-Oct-2009709

dates.lexH A D25-Oct-20092.8 KiB

datetest.datH A D25-Oct-2009343

eof_rules.lexH A D25-Oct-20091.3 KiB

eof_test01.txtH A D25-Oct-2009367

eof_test02.txtH A D25-Oct-2009104

eof_test03.txtH A D25-Oct-200987

expr.lexH A D25-Oct-2009619

expr.yH A D29-Oct-2014988

front.lexH A D25-Oct-20091.2 KiB

front.yH A D29-Oct-20142.6 KiB

j2t.lexH A D25-Oct-200912.1 KiB

Makefile.amH A D25-Oct-20091.4 KiB

Makefile.examplesH A D25-Oct-20091.9 KiB

Makefile.inH A D30-Apr-201914.5 KiB

myname.lexH A D25-Oct-2009287

myname.txtH A D25-Oct-2009170

myname2.lexH A D25-Oct-2009443

numbers.lexH A D25-Oct-20095 KiB

pas_include.lexH A D25-Oct-20091.6 KiB

pascal.lexH A D25-Oct-20093.1 KiB

READMEH A D25-Oct-2009349

reject.lexH A D25-Oct-2009245

replace.lexH A D25-Oct-2009529

string1.lexH A D25-Oct-20092.5 KiB

string2.lexH A D25-Oct-20093 KiB

strtest.datH A D25-Oct-2009733

unput.lexH A D25-Oct-2009429

user_act.lexH A D25-Oct-2009303

userinit.lexH A D25-Oct-2009514

wc.lexH A D25-Oct-20092.7 KiB

yymore.lexH A D25-Oct-2009566

yymore2.lexH A D25-Oct-2009720

yymoretest.datH A D25-Oct-2009115

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