Regular right part (RRP) grammars differ from context free (CF) grammars by virtue of the fact that the production right parts are nondeterministic finite automatons (FAs). LR(k) parsers for RRP grammars are linear time parsers which can determine the right end of each handle by considering at most k terminal symbols to its right and the left end (after the right end has been found) by considering at most one parse stack state to its left. This paper is concerned with the construction of a class of LR(k) parsers for RRP grammars which makes use of FAs for determining both the right and left ends of the handle
The LR(k)-parsing algorithm is derived, i.e., presented and proved as an interplay between program d...
In dieser Arbeit befassen wir uns mit zwei Problemen aus dem Themenfeld der Konstruktion sogenannter...
AbstractWe present a practical technique for computing lookahead for an LR(0) parser, that progressi...
This paper introduces an alternative to context-free grammars called regular right part (RRP) gramma...
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 ...
Bottom up LR-parsing is the most powerful, practical method of linear time parsing known. Various at...
Left to Right-Right Most (LR) parsing algorithm is a widely used algorithm of syntax analysis. It pa...
Left to Right-Right Most (LR) parsing algorithm is a widely used algorithm of syntax analysis. It pa...
This paper presents a construction method for a deterministic one-symbol look-ahead LR parser which ...
AbstractThe algorithm we present here generates finite-state automata for potentially unbounded exam...
The first practical application of the LR algorithm was by [1] for the LALR(1) subset of LR(1) gramm...
AbstractTwo simple but powerful tools are introduced in LR theory, viz. item grammars and parsing au...
LR parsing is a popular parsing strategy for variants of Context-Free Grammar (CFG). It has also bee...
There has been much recent interest in languages whose grammar is sufficiently simple that an effici...
The LR(k)-parsing algorithm is derived, i.e., presented and proved as an interplay between program d...
In dieser Arbeit befassen wir uns mit zwei Problemen aus dem Themenfeld der Konstruktion sogenannter...
AbstractWe present a practical technique for computing lookahead for an LR(0) parser, that progressi...
This paper introduces an alternative to context-free grammars called regular right part (RRP) gramma...
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 ...
Bottom up LR-parsing is the most powerful, practical method of linear time parsing known. Various at...
Left to Right-Right Most (LR) parsing algorithm is a widely used algorithm of syntax analysis. It pa...
Left to Right-Right Most (LR) parsing algorithm is a widely used algorithm of syntax analysis. It pa...
This paper presents a construction method for a deterministic one-symbol look-ahead LR parser which ...
AbstractThe algorithm we present here generates finite-state automata for potentially unbounded exam...
The first practical application of the LR algorithm was by [1] for the LALR(1) subset of LR(1) gramm...
AbstractTwo simple but powerful tools are introduced in LR theory, viz. item grammars and parsing au...
LR parsing is a popular parsing strategy for variants of Context-Free Grammar (CFG). It has also bee...
There has been much recent interest in languages whose grammar is sufficiently simple that an effici...
The LR(k)-parsing algorithm is derived, i.e., presented and proved as an interplay between program d...
In dieser Arbeit befassen wir uns mit zwei Problemen aus dem Themenfeld der Konstruktion sogenannter...
AbstractWe present a practical technique for computing lookahead for an LR(0) parser, that progressi...