AbstractLR parsers have long been known as being an efficient algorithm for recognizing deterministic context-free grammars. In this article, we present a linear-time method for parsing substrings of LR languages. The algorithm depends on the LR automaton which is used for the usual parsing of complete sentences. We prove the correctness and linear complexity of our algorithm and present an interesting extension of our substring parser that allows to condense the input string, which increases the speed when reparsing that string for a second time. [-4pt
Certain techniques for modifying LR(k) parsing tables to decrease their size have been developed by ...
The first practical application of the LR algorithm was by [1] for the LALR(1) subset of LR(1) gramm...
The LR(k)-parsing algorithm is derived, i.e., presented and proved as an interplay between program d...
AbstractLR parsers have long been known as being an efficient algorithm for recognizing deterministi...
Parsing is a fundamental building block in modern compilers, and for industrial programming language...
This paper presents a construction method for a deterministic one-symbol look-ahead LR parser which ...
Abstract. We show how LR parsers for the analysis of arbitrary contextfree grammars can be derived f...
AbstractA new general context-free parsing algorithm is presented which runs in linear time and spac...
LR-regular grammars are defined similarly to Knuth's LR(k) grammars, with the following exception: a...
In parsing theory, LL parsing and LR parsing are regarded to be two distinct methods. In this paper ...
PhD ThesisA method of syntactic analysis is developed which . . is believed to surpass all known co...
We show how LR parsers for the analysis of arbitrary contextfree grammars can be derived from classi...
This paper is meant to present a different proof of the time bounds for Earley 's algorithm for...
AbstractThe LR(k)-parsing algorithm is derived, i.e., presented and proved as an interplay between p...
A new version of LR(k) parsing is introduced here. The basic idea is to define the LR(k) parser in a...
Certain techniques for modifying LR(k) parsing tables to decrease their size have been developed by ...
The first practical application of the LR algorithm was by [1] for the LALR(1) subset of LR(1) gramm...
The LR(k)-parsing algorithm is derived, i.e., presented and proved as an interplay between program d...
AbstractLR parsers have long been known as being an efficient algorithm for recognizing deterministi...
Parsing is a fundamental building block in modern compilers, and for industrial programming language...
This paper presents a construction method for a deterministic one-symbol look-ahead LR parser which ...
Abstract. We show how LR parsers for the analysis of arbitrary contextfree grammars can be derived f...
AbstractA new general context-free parsing algorithm is presented which runs in linear time and spac...
LR-regular grammars are defined similarly to Knuth's LR(k) grammars, with the following exception: a...
In parsing theory, LL parsing and LR parsing are regarded to be two distinct methods. In this paper ...
PhD ThesisA method of syntactic analysis is developed which . . is believed to surpass all known co...
We show how LR parsers for the analysis of arbitrary contextfree grammars can be derived from classi...
This paper is meant to present a different proof of the time bounds for Earley 's algorithm for...
AbstractThe LR(k)-parsing algorithm is derived, i.e., presented and proved as an interplay between p...
A new version of LR(k) parsing is introduced here. The basic idea is to define the LR(k) parser in a...
Certain techniques for modifying LR(k) parsing tables to decrease their size have been developed by ...
The first practical application of the LR algorithm was by [1] for the LALR(1) subset of LR(1) gramm...
The LR(k)-parsing algorithm is derived, i.e., presented and proved as an interplay between program d...