Publication Details

Comparison of Classical and Lazy Approach in SCG Compiler

JIRÁK Ota and KOLÁŘ Dušan. Comparison of Classical and Lazy Approach in SCG Compiler. In: NUMERICAL ANALYSIS AND APPLIED MATHEMATICS ICNAAM 2011: International Conference on Numerical Analysis and Applied Mathematics. Halkidiki: American Institute of Physics, 2011, pp. 873-876. ISBN 978-0-7354-0956-9. ISSN 1551-7616.
Czech title
Porovnání klasického a odloženého přístupu v SCG překladačích
Type
conference paper
Language
english
Authors
Jirák Ota, Ing. (DIFS FIT BUT)
Kolář Dušan, doc. Dr. Ing. (DIFS FIT BUT)
URL
Keywords

SCG, delayed execution, lazy functions, PDA

Abstract

The existing parsing methods of scattered context grammar usually expand nonterminals deeply in the pushdown. This expansion is implemented by using either a linked list, or some kind of an auxiliary pushdown. This paper describes the parsing algorithm of an LL(1)scattered context grammar. The given algorithm merges two principles together. The first approach is a table-driven parsing method commonly used for parsing of the context-free grammars. The second is a delayed execution used in functional programming. The main part of this paper is a proof of equivalence between the common principle (the whole rule is applied at once) and our approach (execution of the rules is delayed). Therefore, this approach works with the pushdown top only. In the most cases, the second approach is faster than the first one. Finally, the future work is discussed. 

Published
2011
Pages
873-876
Journal
AIP Conference Proceedings, vol. 1389, no. 1, ISSN 1551-7616
Proceedings
NUMERICAL ANALYSIS AND APPLIED MATHEMATICS ICNAAM 2011: International Conference on Numerical Analysis and Applied Mathematics
Conference
Symposium on Computer Languages, Implementations and Tools, Kassandra, Halkidiki, GR
ISBN
978-0-7354-0956-9
Publisher
American Institute of Physics
Place
Halkidiki, GR
BibTeX
@INPROCEEDINGS{FITPUB9516,
   author = "Ota Jir\'{a}k and Du\v{s}an Kol\'{a}\v{r}",
   title = "Comparison of Classical and Lazy Approach in SCG Compiler",
   pages = "873--876",
   booktitle = "NUMERICAL ANALYSIS AND APPLIED MATHEMATICS ICNAAM 2011: International Conference on Numerical Analysis and Applied Mathematics",
   journal = "AIP Conference Proceedings",
   volume = 1389,
   number = 1,
   year = 2011,
   location = "Halkidiki, GR",
   publisher = "American Institute of Physics",
   ISBN = "978-0-7354-0956-9",
   ISSN = "1551-7616",
   language = "english",
   url = "https://www.fit.vut.cz/research/publication/9516"
}
Back to top