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

Поиск
Список
Период
Сортировка
От Christopher Browne
Тема Re: Vote: Adding flex/bison derived files in WIN32_DEV
Дата
Msg-id m3isnux146.fsf@wolfe.cbbrowne.com
обсуждение исходный текст
Ответ на Vote: Adding flex/bison derived files in WIN32_DEV  (Bruce Momjian <pgman@candle.pha.pa.us>)
Список pgsql-hackers
After takin a swig o' Arrakan spice grog, "Relaxin" <noname@spam.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/>


В списке pgsql-hackers по дате отправления:

Предыдущее
От: Bruce Momjian
Дата:
Сообщение: Re: PostgreSQL on Novell Netware 6.5.
Следующее
От: "Marc G. Fournier"
Дата:
Сообщение: FreeBSD Thread-safe functions ...