Re: ANNOUNCE: Tiny, a parser generator for context sensitive grammars

eodell@c1220335-a.potlnd1.or.home.com (Eric O'Dell)
27 Jul 2001 02:59:09 -0400

          From comp.compilers

Related articles
ANNOUNCE: Tiny, a parser generator for context sensitive grammars maurice@gittens.nl (Maurice Gittens) (2001-07-23)
Re: ANNOUNCE: Tiny, a parser generator for context sensitive gram eodell@c1220335-a.potlnd1.or.home.com (2001-07-27)
Re: ANNOUNCE: Tiny, a parser generator for context sensitive grammars wb@vestein.arb-phys.uni-dortmund.de (2001-07-30)
Re: ANNOUNCE: Tiny, a parser generator for context sensitive grammars joachim_d@gmx.de (Joachim Durchholz) (2001-07-30)
Re: ANNOUNCE: Tiny, a parser generator for context sensitive grammar maurice@gittens.nl (Maurice Gittens) (2001-08-02)
Re: ANNOUNCE: Tiny, a parser generator for context sensitive gr maurice@gittens.nl (Maurice Gittens) (2001-08-02)
Re: ANNOUNCE: Tiny, a parser generator for context sensitive grammars danwang+news@cs.princeton.edu (Daniel C. Wang) (2001-08-06)
Re: ANNOUNCE: Tiny, a parser generator for context sensitive gramma mike@dimmick.demon.co.uk (Mike Dimmick) (2001-08-08)
| List of all articles for this month |

From: eodell@c1220335-a.potlnd1.or.home.com (Eric O'Dell)
Newsgroups: comp.compilers
Date: 27 Jul 2001 02:59:09 -0400
Organization: http://extra.newsguy.com
References: 01-07-128
Keywords: parse
Posted-Date: 27 Jul 2001 02:59:09 EDT

On 23 Jul 2001 23:10:11 -0400, Maurice Gittens <maurice@gittens.nl> wrote:


>Here's announcing TINY, a parser generator for context sensitive
>phrase structure grammars. TINY generates C++ parsers given a context
>sensitive (yes, more than one symbol on the left hand side of
>production rules) input grammar.


Hi Maurice,


I dusted off my very rusty set theory and took a look at your paper, which
is indeed interesting. However, I was wondering if you could give some
examples of the sorts of constructs that are possible with dotted grammars
which aren't possible (or are exceedingly difficult) in ordinary LALR
grammars?


Regards,
Eric


Post a followup to this message

Return to the comp.compilers page.
Search the comp.compilers archives again.