Publication Details

Simulation of LLk Parsers with Wide Context by Automaton with One-Symbol Reading Head

KOLÁŘ Dušan. Simulation of LLk Parsers with Wide Context by Automaton with One-Symbol Reading Head. In: Proceedings of 38th International Conference MOSIS '04 - Modelling and Simulation of Systems. Ostrava, 2004, pp. 347-354. ISBN 80-85988-98-4.
Czech title
Simulace analyzátorů LLk jazyků automaty s jedním symbolem pod čtecí hlavou
Type
conference paper
Language
english
Authors
Keywords

pushdown automaton, LL(k) grammars, context-free language parser

Abstract

The LL grammars play important role in the programming languages description. The construction of their efficient and simple analyzers (pushdown
automata) is limited
to the LL(1) grammars, however. The descriptive power of these grammars
is quite low and, in addition, there are problems with analysis of the
LL(k+1), k>=1, grammars. This paper presents algorithm that allows transformation
from pushdown automaton with (k+1)-symbol reading head used for LL(k+1) language
analysis to the one-symbol reading
head pushdown automaton. Thus, we can simulate a function of the former by
using much simpler constructs of the latter.

Published
2004
Pages
347-354
Proceedings
Proceedings of 38th International Conference MOSIS '04 - Modelling and Simulation of Systems
Conference
MOSIS 2004 - Modelling and Simulation of Systems, Rožnov pod Radhoštěm, CZ
ISBN
80-85988-98-4
Place
Ostrava, CZ
BibTeX
@INPROCEEDINGS{FITPUB7457,
   author = "Du\v{s}an Kol\'{a}\v{r}",
   title = "Simulation of LLk Parsers with Wide Context by Automaton with One-Symbol Reading Head",
   pages = "347--354",
   booktitle = "Proceedings of 38th International Conference MOSIS '04 - Modelling and Simulation of Systems",
   year = 2004,
   location = "Ostrava, CZ",
   ISBN = "80-85988-98-4",
   language = "english",
   url = "https://www.fit.vut.cz/research/publication/7457"
}
Back to top