The first practical application of the LR algorithm was by [1] for the LALR(1) subset of LR(1) grammars. In [2] an efficient method of producing an LR(1) parser for all LR(1) grammars was described which involves resolving conflicts at states of the LR(0) parsing machine, employing two phases. In Phase 1 the contexts of the productions involved in conflicts are evaluated by a process described there called “lane tracing”. If conflicts cannot be resolved by these means, then in Phase 2 the parts of the machine involved in lane tracing are regenerated, avoiding the combination of states that potentially lead to conflicts. Other works along the same lines include [4, 5]. The criterion employed in [2] for determining whether or not states may b...
summary:The class of $LR$ translation grammars is introduced. This class is characterized by a possi...
In parsing theory, LL parsing and LR parsing are regarded to be two distinct methods. In this paper ...
textabstractIn parsing theory, LL parsing and LR parsing are regarded to be two distinct methods. In...
AbstractThe algorithm we present here generates finite-state automata for potentially unbounded exam...
AbstractThere has been a recent effort in the literature to reconsider grammar-dependent software de...
AbstractThere has been a recent effort in the literature to reconsider grammar-dependent software de...
In terms of recognition strength, LL techniques are widely held to be inferior to LR parsers. The fa...
A new parsing method called LLLR parsing is defined and a method for producing LLLR parsers is descr...
A new method for building LR(k) states and parsing tables is presented. The method aims at giving a ...
summary:The class of $LR$ translation grammars is introduced. This class is characterized by a possi...
This paper presents a construction method for a deterministic one-symbol look-ahead LR parser which ...
A practical algorithm for constructing LR(k) parsers is given. The algorithm works by splitting tho...
Certain techniques for modifying LR(k) parsing tables to decrease their size have been developed by ...
AbstractThe algorithm we present here generates finite-state automata for potentially unbounded exam...
LR-regular grammars are defined similarly to Knuth's LR(k) grammars, with the following exception: a...
summary:The class of $LR$ translation grammars is introduced. This class is characterized by a possi...
In parsing theory, LL parsing and LR parsing are regarded to be two distinct methods. In this paper ...
textabstractIn parsing theory, LL parsing and LR parsing are regarded to be two distinct methods. In...
AbstractThe algorithm we present here generates finite-state automata for potentially unbounded exam...
AbstractThere has been a recent effort in the literature to reconsider grammar-dependent software de...
AbstractThere has been a recent effort in the literature to reconsider grammar-dependent software de...
In terms of recognition strength, LL techniques are widely held to be inferior to LR parsers. The fa...
A new parsing method called LLLR parsing is defined and a method for producing LLLR parsers is descr...
A new method for building LR(k) states and parsing tables is presented. The method aims at giving a ...
summary:The class of $LR$ translation grammars is introduced. This class is characterized by a possi...
This paper presents a construction method for a deterministic one-symbol look-ahead LR parser which ...
A practical algorithm for constructing LR(k) parsers is given. The algorithm works by splitting tho...
Certain techniques for modifying LR(k) parsing tables to decrease their size have been developed by ...
AbstractThe algorithm we present here generates finite-state automata for potentially unbounded exam...
LR-regular grammars are defined similarly to Knuth's LR(k) grammars, with the following exception: a...
summary:The class of $LR$ translation grammars is introduced. This class is characterized by a possi...
In parsing theory, LL parsing and LR parsing are regarded to be two distinct methods. In this paper ...
textabstractIn parsing theory, LL parsing and LR parsing are regarded to be two distinct methods. In...