/
niceSOFT
/
flex
ОбзорДокументацияВойти
/
niceSOFT
/
flex
Код
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
Безопасность
ДокументацияПоддержка
Политика конфиденциальностиПользовательское соглашениеПолитика использования «cookies»Согласие субъекта персональных данных
2026 ©
flex/
examples/manual/
..
ChangeLog

adding the rest of vern's files

25 лет назад
Makefile.am

Update all the examples to use the new API elements.

6 лет назад
Makefile.examples

Update all the examples to use the new API elements.

6 лет назад
README

Fix README typos

3 года назад
cat.lex

adding the rest of vern's files

25 лет назад
dates.lex

Update all the examples to use the new API elements.

6 лет назад
datetest.dat

adding the rest of vern's files

25 лет назад
eof_rules.lex

Three more namespace cleanups for multilanguage.

6 лет назад
eof_test01.txt

adding the rest of vern's files

25 лет назад
eof_test02.txt

adding the rest of vern's files

25 лет назад
eof_test03.txt

adding the rest of vern's files

25 лет назад
example_er.lex

Update all the examples to use the new API elements.

6 лет назад
example_nr.lex

Update all the examples to use the new API elements.

6 лет назад
example_r.lex

Update all the examples to use the new API elements.

6 лет назад
expr.lex

adding the rest of vern's files

25 лет назад
expr.y

adding the rest of vern's files

25 лет назад
front.lex

Update all the examples to use the new API elements.

6 лет назад
front.y

adding the rest of vern's files

25 лет назад
j2t.lex

typos

3 года назад
myname.lex

adding the rest of vern's files

25 лет назад
myname.txt

adding the rest of vern's files

25 лет назад
myname2.lex

adding the rest of vern's files

25 лет назад
numbers.lex

adding the rest of vern's files

25 лет назад
pas_include.lex

Three more namespace cleanups for multilanguage.

6 лет назад
pascal.lex

Update all the examples to use the new API elements.

6 лет назад
reject.lex

Update all the examples to use the new API elements.

6 лет назад
replace.lex

Update all the examples to use the new API elements.

6 лет назад
string1.lex

Update all the examples to use the new API elements.

6 лет назад
string2.lex

Update all the examples to use the new API elements.

6 лет назад
strtest.dat

adding the rest of vern's files

25 лет назад
unput.lex

Update all the examples to use the new API elements.

6 лет назад
user_act.lex

Update all the examples to use the new API elements.

6 лет назад
userinit.lex

Update all the examples to use the new API elements.

6 лет назад
wc.lex

adding the rest of vern's files

25 лет назад
yymore.lex

Update all the examples to use the new API elements.

6 лет назад
yymore2.lex

Update all the examples to use the new API elements.

6 лет назад
yymoretest.dat

adding the rest of vern's files

25 лет назад
README
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
 
If you add an example to this directory, don't forget these steps:
 
* Add it to the EXTRA_DIST list in Makefile.am
 
* Add a build recipe to Makefile/examples.