Affiliation:
1. University of Texas at Austin, USA
2. University of Padua, Italy
Abstract
We present a novel approach to context-free grammar parsing that is based on generating a sequence of grammars called
derivative grammars
from a given context-free grammar and input string. The generation of the derivative grammars is described by a few simple inference rules. We present an
O
(
n
2
) space and
O
(
n
3
) time recognition algorithm, which can be extended to generate parse trees in
O
(
n
3
) time and
O
(
n
2
log
n
) space. Derivative grammars can be viewed as a
symbolic
approach to implementing the notion of
derivative languages
, which was introduced by Brzozowski.
Might and others have explored an
operational
approach to implementing derivative languages in which the context-free grammar is encoded as a collection of recursive algebraic data types in a functional language like Haskell. Functional language implementation features like knot-tying and lazy evaluation are exploited to ensure that parsing is done correctly and efficiently in spite of complications like left-recursion. In contrast, our symbolic approach using inference rules can be implemented easily in any programming language and we obtain better space bounds for parsing.
Reifying derivative languages by encoding them symbolically as grammars also enables formal connections to be made for the first time between the derivatives approach and classical parsing methods like the Earley and LL/LR parsers. In particular, we show that the sets of Earley items maintained by the Earley parser implicitly encode derivative grammars and we give a procedure for producing derivative grammars from these sets. Conversely, we show that our derivative grammar recognizer can be transformed into the Earley recognizer by optimizing some of its bookkeeping. These results suggest that derivative grammars may provide a new foundation for context-free grammar recognition and parsing.
Funder
Defense Advanced Research Projects Agency
National Science Foundation
Publisher
Association for Computing Machinery (ACM)
Subject
Safety, Risk, Reliability and Quality,Software
Cited by
7 articles.
订阅此论文施引文献
订阅此论文施引文献,注册后可以免费订阅5篇论文的施引文献,订阅后可以查看论文全部施引文献
1. A Derivative-based Parser Generator for Visibly Pushdown Grammars;ACM Transactions on Programming Languages and Systems;2023-05-15
2. Derivatives of Context-free Grammars with Lookahead;Journal of Information Processing;2023
3. Oregano: staging regular expressions with Moore Cayley fusion;Proceedings of the 15th ACM SIGPLAN International Haskell Symposium;2022-09-06
4. A derivative-based parser generator for visibly Pushdown grammars;Proceedings of the ACM on Programming Languages;2021-10-20
5. Staged selective parser combinators;Proceedings of the ACM on Programming Languages;2020-08-02