Related articles |
---|
Applications using Lex/Flex & Yacc/Bison parthaspanda2005@yahoo.com (Partha S Panda) (2013-11-07) |
Re: Applications using Lex/Flex & Yacc/Bison tdk@thelbane.com (Timothy Knox) (2013-11-08) |
Re: Applications using Lex/Flex & Yacc/Bison DrDiettrich1@aol.com (Hans-Peter Diettrich) (2013-11-09) |
Re: Applications using Lex/Flex & Yacc/Bison acolvin@efunct.com (mac) (2013-11-13) |
Re: Applications using Lex/Flex & Yacc/Bison tero.koskinen@iki.fi (Tero Koskinen) (2013-12-05) |
From: | Tero Koskinen <tero.koskinen@iki.fi> |
Newsgroups: | comp.compilers |
Date: | Thu, 5 Dec 2013 19:09:51 +0200 |
Organization: | A noiseless patient Spider |
References: | 13-11-006 |
Keywords: | lex, yacc |
Posted-Date: | 07 Dec 2013 11:30:01 EST |
Hi,
On Thu, 7 Nov 2013 23:40:54 -0800 (PST)
Partha S Panda <parthaspanda2005@yahoo.com> wrote:
> Hi,
>
> I am trying to figure out hardware or software applications other then
> compiler-related that utilize yacc/bison and lex/flex respectively.
OpenBSD uses yacc/lex quite much in various places, like in packet filter (pf/pfctl), OpenSMTPD, etc.
On installed OpenBSD system you can run command
find /usr/src -name parse.y
to see all the places where yacc is used.
--
Tero Koskinen <tero.koskinen@iki.fi>
Return to the
comp.compilers page.
Search the
comp.compilers archives again.