Related articles |
---|
Need References on Incremental Parsing and Compiling sanjeev@psuvax1.cs.psu.edu (Sanjeev Y. Dharap) (1990-02-06) |
Re: Need References on Incremental Parsing and Compiling rekers@cwi.nl (1990-02-07) |
Date: | Wed, 7 Feb 90 10:33:59 +0100 |
From: | rekers@cwi.nl |
I read the request for information on incremental parsers and generating
parsers for structure editors.
I have written an article about a parser/parser generator system with the
following cappabilities:
o The parser can handle general context-free grammars. This makes it easy
to make it a multiple-entry parser, needed in structure editors.
o The parser is generated by need.
o On a modification of the grammar, the existing parser is incrementally
updated.
o Parsing and parser generation is fast.
The parsing algorithm used is Tomita's algorithm, the LR tables needed by this
algorithm are generated by an incremental parser generator develloped by us.
You can find the article in the SIGPLAN '89 Conference proceedings:
%A J. Heering
%A P. Klint
%A J. Rekers
%Z Heering-Klint-Rekers--
%T Incremental generation of parsers
%P 179-191
%B Proceedings of the SIGPLAN'89 Conference on Programming Language
Design and Implementation
%S SIGPLAN Notices
%V 24
%N 7
%I ACM
%D 1989
Kind regards,
Jan Rekers (rekers@cwi.nl)
Return to the
comp.compilers page.
Search the
comp.compilers archives again.