Name Date Size #Lines LOC

..--

ChangeLogH A D24-Jun-2021709 2514

MakefileH A D24-Jun-202112.8 KiB474385

Makefile.amH A D24-Jun-20211.4 KiB5634

Makefile.examplesH A D24-Jun-20211.9 KiB8956

Makefile.inH A D24-Jun-202112.5 KiB474387

READMEH A D24-Jun-2021349 138

cat.lexH A D24-Jun-2021849 4636

dates.lexH A D24-Jun-20212.8 KiB10771

datetest.datH A D24-Jun-2021343 2924

eof_rules.lexH A D24-Jun-20211.3 KiB6639

eof_test01.txtH A D24-Jun-2021367 1810

eof_test02.txtH A D24-Jun-2021104 95

eof_test03.txtH A D24-Jun-202187 84

expr.lexH A D24-Jun-2021619 3624

expr.yH A D24-Jun-2021988 6540

front.lexH A D24-Jun-20211.2 KiB4126

front.yH A D24-Jun-20212.6 KiB11982

j2t.lexH A D24-Jun-202112.1 KiB443322

myname.lexH A D24-Jun-2021287 166

myname.txtH A D24-Jun-2021170 75

myname2.lexH A D24-Jun-2021443 2012

numbers.lexH A D24-Jun-20215 KiB146130

pas_include.lexH A D24-Jun-20211.6 KiB7949

pascal.lexH A D24-Jun-20213.1 KiB12188

reject.lexH A D24-Jun-2021245 137

replace.lexH A D24-Jun-2021529 3421

string1.lexH A D24-Jun-20212.5 KiB9985

string2.lexH A D24-Jun-20213 KiB9579

strtest.datH A D24-Jun-2021733 2221

unput.lexH A D24-Jun-2021429 3319

user_act.lexH A D24-Jun-2021303 3218

userinit.lexH A D24-Jun-2021514 3125

wc.lexH A D24-Jun-20212.7 KiB12397

yymore.lexH A D24-Jun-2021566 3019

yymore2.lexH A D24-Jun-2021720 3423

yymoretest.datH A D24-Jun-2021115 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