AbstractCommon LR parser generators lack abstraction facilities for defining recurring patterns of productions. Although there are generators capable of supporting regular expressions on the right hand side of productions, no generator supports user defined patterns in grammars.Parameterized LR parsing extends standard LR parsing technology by admitting grammars with parameterized non-terminal symbols. A generator can implement such a grammar in two ways, either by expansion or directly. We develop the theory required for the direct implementation and show that it leads to significantly smaller parse tables and that it has fewer parsing conflicts than the expanded grammar. Attribute evaluation for a parameterized non-terminal is possible in...
The LR(k)-parsing algorithm is derived, i.e., presented and proved as an interplay between program d...
AbstractTwo simple but powerful tools are introduced in LR theory, viz. item grammars and parsing au...
This thesis develops the formal aspects of LR parsing for Tree Adjoining Grammars (TAGS) and investi...
AbstractCommon LR parser generators lack abstraction facilities for defining recurring patterns of p...
A new version of LR(k) parsing is introduced here. The basic idea is to define the LR(k) parser in a...
Abstract. We show how LR parsers for the analysis of arbitrary contextfree grammars can be derived f...
We show how LR parsers for the analysis of arbitrary contextfree grammars can be derived from classi...
LR-regular grammars are defined similarly to Knuth's LR(k) grammars, with the following exception: a...
In this dissertation, it is shown how efficient natural language parsing with constraint-based gramm...
In parsing theory, LL parsing and LR parsing are regarded to be two distinct methods. In this paper ...
LR parsing is a popular parsing strategy for variants of Context-Free Grammar (CFG). It has also bee...
AbstractThere has been a recent effort in the literature to reconsider grammar-dependent software de...
Partial evaluation can turn a general parser into a parser generator. The generated parsers surpass ...
Tomita's Generalized LR(1) parser (GLR) algorithm for CF grammars runs in a linear time onLR(1) gram...
AbstractWe present a practical technique for computing lookahead for an LR(0) parser, that progressi...
The LR(k)-parsing algorithm is derived, i.e., presented and proved as an interplay between program d...
AbstractTwo simple but powerful tools are introduced in LR theory, viz. item grammars and parsing au...
This thesis develops the formal aspects of LR parsing for Tree Adjoining Grammars (TAGS) and investi...
AbstractCommon LR parser generators lack abstraction facilities for defining recurring patterns of p...
A new version of LR(k) parsing is introduced here. The basic idea is to define the LR(k) parser in a...
Abstract. We show how LR parsers for the analysis of arbitrary contextfree grammars can be derived f...
We show how LR parsers for the analysis of arbitrary contextfree grammars can be derived from classi...
LR-regular grammars are defined similarly to Knuth's LR(k) grammars, with the following exception: a...
In this dissertation, it is shown how efficient natural language parsing with constraint-based gramm...
In parsing theory, LL parsing and LR parsing are regarded to be two distinct methods. In this paper ...
LR parsing is a popular parsing strategy for variants of Context-Free Grammar (CFG). It has also bee...
AbstractThere has been a recent effort in the literature to reconsider grammar-dependent software de...
Partial evaluation can turn a general parser into a parser generator. The generated parsers surpass ...
Tomita's Generalized LR(1) parser (GLR) algorithm for CF grammars runs in a linear time onLR(1) gram...
AbstractWe present a practical technique for computing lookahead for an LR(0) parser, that progressi...
The LR(k)-parsing algorithm is derived, i.e., presented and proved as an interplay between program d...
AbstractTwo simple but powerful tools are introduced in LR theory, viz. item grammars and parsing au...
This thesis develops the formal aspects of LR parsing for Tree Adjoining Grammars (TAGS) and investi...