Related articles |
---|
Runtime syntax Dhruva.Krishnamurthy@in.bosch.com (Dhruva Krishnamurthy) (2004-12-25) |
Re: Runtime syntax mailbox@dmitry-kazakov.de (Dmitry A. Kazakov) (2004-12-29) |
Re: Runtime syntax nmm1@cus.cam.ac.uk (2004-12-29) |
Runtime Syntax codeworker@free.fr (2004-12-29) |
From: | Dhruva Krishnamurthy <Dhruva.Krishnamurthy@in.bosch.com> |
Newsgroups: | comp.compilers |
Date: | 25 Dec 2004 20:15:12 -0500 |
Organization: | RBIN |
Keywords: | parse, question |
Posted-Date: | 25 Dec 2004 20:15:12 EST |
Hello,
We are trying to support text parsers for slightly differing
syntax. I was looking at developing an engine where we can supply the
grammar at runtime. I know Yacc/Bison is at compile time, is there
some project/working proof of concept to achieve this? Any help is
appreciated.
-dhruva
[There was a lot of work on extensible compilers that could
extend the grammar on the fly in the 1970s. It's not hard to
do, but it turns out not to be very useful. -John]
Return to the
comp.compilers page.
Search the
comp.compilers archives again.