1
0
This repository has been archived on 2024-07-22. You can view files and clone it, but cannot push or open issues or pull requests.
TP-Link_Archer-XR500v/EN7526G_3.18Kernel_SDK/apps/public/flex-2.5.35/examples/manual
2024-07-22 01:58:46 -03:00
..
cat.lex Add gpl 2024-07-22 01:58:46 -03:00
ChangeLog Add gpl 2024-07-22 01:58:46 -03:00
dates.lex Add gpl 2024-07-22 01:58:46 -03:00
datetest.dat Add gpl 2024-07-22 01:58:46 -03:00
eof_rules.lex Add gpl 2024-07-22 01:58:46 -03:00
eof_test01.txt Add gpl 2024-07-22 01:58:46 -03:00
eof_test02.txt Add gpl 2024-07-22 01:58:46 -03:00
eof_test03.txt Add gpl 2024-07-22 01:58:46 -03:00
expr.lex Add gpl 2024-07-22 01:58:46 -03:00
expr.y Add gpl 2024-07-22 01:58:46 -03:00
front.lex Add gpl 2024-07-22 01:58:46 -03:00
front.y Add gpl 2024-07-22 01:58:46 -03:00
j2t.lex Add gpl 2024-07-22 01:58:46 -03:00
Makefile Add gpl 2024-07-22 01:58:46 -03:00
Makefile.am Add gpl 2024-07-22 01:58:46 -03:00
Makefile.examples Add gpl 2024-07-22 01:58:46 -03:00
Makefile.in Add gpl 2024-07-22 01:58:46 -03:00
myname2.lex Add gpl 2024-07-22 01:58:46 -03:00
myname.lex Add gpl 2024-07-22 01:58:46 -03:00
myname.txt Add gpl 2024-07-22 01:58:46 -03:00
numbers.lex Add gpl 2024-07-22 01:58:46 -03:00
pas_include.lex Add gpl 2024-07-22 01:58:46 -03:00
pascal.lex Add gpl 2024-07-22 01:58:46 -03:00
README Add gpl 2024-07-22 01:58:46 -03:00
reject.lex Add gpl 2024-07-22 01:58:46 -03:00
replace.lex Add gpl 2024-07-22 01:58:46 -03:00
string1.lex Add gpl 2024-07-22 01:58:46 -03:00
string2.lex Add gpl 2024-07-22 01:58:46 -03:00
strtest.dat Add gpl 2024-07-22 01:58:46 -03:00
unput.lex Add gpl 2024-07-22 01:58:46 -03:00
user_act.lex Add gpl 2024-07-22 01:58:46 -03:00
userinit.lex Add gpl 2024-07-22 01:58:46 -03:00
wc.lex Add gpl 2024-07-22 01:58:46 -03:00
yymore2.lex Add gpl 2024-07-22 01:58:46 -03:00
yymore.lex Add gpl 2024-07-22 01:58:46 -03:00
yymoretest.dat Add gpl 2024-07-22 01:58:46 -03:00

This directory contains the example programs from the manual, and a
few other things as well. To make all the programs, simply type "make
-f Makefile.examples", and assuming you have flex and gcc, all will be
well.

To build the programs individually, type

   make -f Makefile.examples program_name

For example:

   make -f Makefile.examples expr