No abstract available.
Cited By
- Slivnik B (2017). On different LL and LR parsers used in LLLR parsing, Computer Languages, Systems and Structures, 50:C, (108-126), Online publication date: 1-Dec-2017.
- Bertsch E, Nederhof M and Schmitz S On LR parsing with selective delays Proceedings of the 22nd international conference on Compiler Construction, (244-263)
- Blum N On LR(k)-parsers of polynomial size Proceedings of the 37th international colloquium conference on Automata, languages and programming: Part II, (163-174)
- Nederhof M and Satta G (2006). Probabilistic parsing strategies, Journal of the ACM (JACM), 53:3, (406-436), Online publication date: 1-May-2006.
- Schmitz S Noncanonical LALR(1) parsing Proceedings of the 10th international conference on Developments in Language Theory, (95-107)
- Žemlička M Parsing with oracle Proceedings of the 9th international conference on Text, Speech and Dialogue, (309-316)
- Nederhof M and Satta G Probabilistic parsing strategies Proceedings of the 42nd Annual Meeting on Association for Computational Linguistics, (542-es)
- Nederhof M and Satta G An alternative method of training probabilistic LR parsers Proceedings of the 42nd Annual Meeting on Association for Computational Linguistics, (550-es)
- Nederhof M and Satta G Left-to-right parsing and bilexical context-free grammars Proceedings of the 1st North American chapter of the Association for Computational Linguistics conference, (272-279)
- Nederhof M An alternative LR algorithm for TAGS Proceedings of the 36th Annual Meeting of the Association for Computational Linguistics and 17th International Conference on Computational Linguistics - Volume 2, (946-952)
- Nederhof M and Satta G Efficient tabular LR parsing Proceedings of the 34th annual meeting on Association for Computational Linguistics, (239-246)
- Nederhof M An optimal tabular parsing algorithm Proceedings of the 32nd annual meeting on Association for Computational Linguistics, (117-124)
Index Terms
- Parsing theory volume 2: LR(K) and LL(K) parsing
Recommendations
On different LL and LR parsers used in LLLR parsing
The LLLR parser can be constructed for any LR grammar.The LLLR parser produces the left parse of the input string without backtracking.The canonical LL or the LALL parser can be used as the backbone parser.Small canonical or LALR parsers are used for LL ...
Adaptive LL(*) parsing: the power of dynamic analysis
OOPSLA '14Despite the advances made by modern parsing strategies such as PEG, LL(*), GLR, and GLL, parsing is not a solved problem. Existing approaches suffer from a number of weaknesses, including difficulties supporting side-effecting embedded actions, slow and/...
Adaptive LL(*) parsing: the power of dynamic analysis
OOPSLA '14: Proceedings of the 2014 ACM International Conference on Object Oriented Programming Systems Languages & ApplicationsDespite the advances made by modern parsing strategies such as PEG, LL(*), GLR, and GLL, parsing is not a solved problem. Existing approaches suffer from a number of weaknesses, including difficulties supporting side-effecting embedded actions, slow and/...