Related articles |
---|
dynamic yacc-tables? canver@cyborg.informatik.uni-ulm.de (1991-08-12) |
Re: dynamic yacc-tables? pardo@gar.cs.washington.edu (1991-08-13) |
Re: dynamic yacc-tables? rekers@cwi.nl (1991-08-13) |
Re: dynamic yacc-tables? joshua@veritas.com (1991-08-13) |
Re: dynamic yacc-tables? salomon@ccu.umanitoba.ca (1991-08-13) |
Re: dynamic yacc-tables? kjell@cs.ucsc.edu (Kjell Post) (1991-08-14) |
Re: dynamic yacc-tables? markh@csd4.csd.uwm.edu (1991-08-16) |
Newsgroups: | comp.lang.c,comp.compilers |
From: | salomon@ccu.umanitoba.ca (Dan Salomon) |
Keywords: | parse, yacc |
Organization: | University of Manitoba, Winnipeg, Canada |
References: | 91-08-043 |
Date: | Tue, 13 Aug 91 21:19:15 GMT |
In article 91-08-043 canver@cyborg.informatik.uni-ulm.de (Ercument Canver) writes:
>I got the following problem: I need to extend the parse tables generated
>by yacc dynamically during parsing a text.
Take a look at the paper:
"Incremental Generation of Parsers"
by J. Heering, P. Klint, & J. Rekers
in Proceedings of the SIGPLAN '89 Conference on Programming Language
Design and Implementation.
SIGPLAN Notices Vol. 24 Num 7 July 1989, pages 170-178.
They treat specifically this problem: updating an existing parser
according to new grammar rules. You may even be able to get source
for their experimental parser generator from the authors.
--
Dan Salomon -- salomon@ccu.UManitoba.CA
Dept. of Computer Science / University of Manitoba
Winnipeg, Manitoba, Canada R3T 2N2 / (204) 275-6682
--
Return to the
comp.compilers page.
Search the
comp.compilers archives again.