An efficient ELL(1)-parser generator (Q1060852)
From MaRDI portal
scientific article
Language | Label | Description | Also known as |
---|---|---|---|
English | An efficient ELL(1)-parser generator |
scientific article |
Statements
An efficient ELL(1)-parser generator (English)
0 references
1986
0 references
Extended context-free grammars also called regular right part grammars allow for compact and readable descriptions of the syntax of programming languages. Recursion in conventional context-free grammars can in most cases be replaced by iteration. Parser tables of predictive LL-parsers for extended grammars can be generated very efficiently if the length of look-ahead is 1. The generation time is proportional to the size of the parser table, that is the product of grammar size and number of terminal symbols.
0 references
extended context-free grammars
0 references
regular right part grammars
0 references
predictive LL-parsers
0 references
parser table
0 references