Я недавно про комбинаторные разборщики выпендривался.

May 04, 2007 15:06

Сегодня заглянул на LtU, а там ссылка на интересную статью:Abstract. This paper describes a purely functional implementation of LR parsing. We formally derive our parsers in a series of steps starting from the inverse of printing. In contrast to traditional implementations of LR parsing, the resulting parsers are fully typed, stackless and table-free. The parsing functions pursue alternatives in parallel with each alternative represented by a continuation argument. The direct implementation presents many opportunities for optimization and initial measurements show excellent performance in comparison with conventional table-driven parsers.
У нас с potan был небольшой оффлайновый спор насчет наличия таблицы и оптимизированности разборщиков, полученных из комбинаторов. Вот и его разрешение.

типизированый LR разбор, разборщики

Previous post Next post
Up