Re: ISO TESTS for a Pg lexer+parser

Поиск
Список
Период
Сортировка
От Stephen Frost
Тема Re: ISO TESTS for a Pg lexer+parser
Дата
Msg-id 20070706192900.GM4887@tamriel.snowman.net
обсуждение исходный текст
Ответ на ISO TESTS for a Pg lexer+parser  ("Kynn Jones" <kynnjo@gmail.com>)
Ответы Re: ISO TESTS for a Pg lexer+parser  (Bruce Momjian <bruce@momjian.us>)
Re: ISO TESTS for a Pg lexer+parser  ("Kynn Jones" <kynnjo@gmail.com>)
Список pgsql-general
* Kynn Jones (kynnjo@gmail.com) wrote:
> Hi!  I am in the process of writing a PostgreSQL lexer/parser in Perl,
> because everything else I've found in this area is too buggy.  I'm
> basing this lexer/parser on the lexer and parser encoded respectively
> in scan.l and gram.y under src/backend/parser.
>
> I'm looking for a solid collection of test cases to test my
> lexer/parser.  (I'm hoping that such a collection has already been
> produced to test the PostgreSQL yacc-generated parser that comes with
> the PostgreSQL distribution.)
>
> (Alternatively, if a non-flaky, rock-solid, and easily customizable Pg
> parser in Perl already exists please let me know.)

Two things, one, couldn't you just make the lexer/parser in PG into a
C library and then write bindings for it for use under Perl?  Seems like
that'd be more sane.  Second, PG's got a regression test suite that
would probably work decently for testing your lexer/parser.  You might
have to filter out '\' commands, if there are any, and things like that.

    Enjoy,

        Stephen

Вложения

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

Предыдущее
От: "Harpreet Dhaliwal"
Дата:
Сообщение: Capturing return value of a function in Pl/Perl
Следующее
От: "Dmitry Koterov"
Дата:
Сообщение: Update a single row without firing its triggers?