Path: utzoo!utgpu!news-server.csri.toronto.edu!rpi!zaphod.mps.ohio-state.edu!swrinde!cs.utexas.edu!asuvax!ncar!noao!arizona!optima.UUCP From: cjeffery@optima.UUCP (Clinton Jeffery) Newsgroups: comp.lang.misc Subject: Re: Grammer for dBASE III Message-ID: <4199@optima.cs.arizona.edu> Date: 13 Jun 91 03:43:49 GMT References: <7487@cactus.org> Sender: cjeffery@cs.arizona.edu Lines: 11 From article <7487@cactus.org>, by statham@cactus.org (Perry L. Statham): > Does anybody know of a freely available YACC grammer for > dBASE/FoxBase/Clipper? I've heard that some commercial yacc-alikes include a dBase grammar... (yeah, I know, that wasn't what you were asking). As a trivial aside, I'm not convinced that the real dBase language (in all its glory) is close enough to context free to be yacc'ed. Of course, practical and usable subsets could be easily implemented. And I might well be wrong, since I've used the language a lot but never studied it.