Re: Vote: Adding flex/bison derived files in WIN32_DEV

From: Christopher Browne <cbbrowne(at)acm(dot)org>
To: pgsql-hackers(at)postgresql(dot)org
Subject: Re: Vote: Adding flex/bison derived files in WIN32_DEV
Date: 2003-09-15 01:59:53
Message-ID: m3isnux146.fsf@wolfe.cbbrowne.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

After takin a swig o' Arrakan spice grog, "Relaxin" <noname(at)spam(dot)com> belched out...:
> What is flex/bison ?

Bison is the GNU Project parser generator, in the style of yacc (Yet
Another Compiler Compiler).

Flex is the GNU Project "fast lexical analyzer generator," in the
style of lex.

These are used to generate parser code that knows how to recognize (in
this case) the SQL language.

Obviously, an SQL database must include some way of reading through
queries and parsing out whether they are valid, and if they are, what
the database is supposed to do with them. Flex and Bison do that part
of the work.
--
"cbbrowne","@","acm.org"
http://cbbrowne.com/info/x.html
Rules of the Evil Overlord #212. "I will not send out battalions
composed wholly of robots or skeletons against heroes who have qualms
about killing living beings. <http://www.eviloverlord.com/>

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Bruce Momjian 2003-09-15 02:07:33 Re: PostgreSQL on Novell Netware 6.5.
Previous Message Tom Lane 2003-09-14 22:54:34 Re: PostgreSQL on Novell Netware 6.5.