Home | History | Annotate | only in /src/external/bsd/flex/dist/examples/manual
Up to higher level directory
NameDateSize
cat.lex26-Oct-2009849
ChangeLog26-Oct-2009709
dates.lex26-Oct-20092.8K
datetest.dat26-Oct-2009343
eof_rules.lex26-Oct-20091.3K
eof_test01.txt26-Oct-2009367
eof_test02.txt26-Oct-2009104
eof_test03.txt26-Oct-200987
expr.lex26-Oct-2009619
expr.y29-Oct-2014988
front.lex26-Oct-20091.2K
front.y29-Oct-20142.6K
j2t.lex26-Oct-200912.1K
Makefile.am26-Oct-20091.4K
Makefile.examples26-Oct-20091.9K
Makefile.in23-Dec-201814.5K
myname.lex26-Oct-2009287
myname.txt26-Oct-2009170
myname2.lex26-Oct-2009443
numbers.lex26-Oct-20095K
pas_include.lex26-Oct-20091.6K
pascal.lex26-Oct-20093.1K
README26-Oct-2009349
reject.lex26-Oct-2009245
replace.lex26-Oct-2009529
string1.lex26-Oct-20092.5K
string2.lex26-Oct-20093K
strtest.dat26-Oct-2009733
unput.lex26-Oct-2009429
user_act.lex26-Oct-2009303
userinit.lex26-Oct-2009514
wc.lex26-Oct-20092.7K
yymore.lex26-Oct-2009566
yymore2.lex26-Oct-2009720
yymoretest.dat26-Oct-2009115

README

      1 This directory contains the example programs from the manual, and a
      2 few 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
      4 well.
      5 
      6 To build the programs individually, type
      7 
      8    make -f Makefile.examples program_name
      9 
     10 For example:
     11 
     12    make -f Makefile.examples expr
     13