A Typed, Algebraic Approach to Parsing
Autor: | Neelakantan R. Krishnaswami, Jeremy Yallop |
---|---|
Jazyk: | angličtina |
Rok vydání: | 2019 |
Předmět: |
Parsing
context-free languages Programming language Computer science Backtracking Context-free language parsing Recursive descent parser computer.software_genre Kleene algebra Type theory Denotational semantics TheoryofComputation_MATHEMATICALLOGICANDFORMALLANGUAGES Parser combinator type theory computer |
Zdroj: | PLDI |
DOI: | 10.17863/cam.39217 |
Popis: | In this paper, we recall the definition of the context-free expressions (or µ-regular expressions), an algebraic presentation of the context-free languages. Then, we define a core type system for the context-free expressions which gives a compositional criterion for identifying those context-free expressions which can be parsed unambiguously by predictive algorithms in the style of recursive descent or LL(1). Next, we show how these typed grammar expressions can be used to derive a parser combinator library which both guarantees linear-time parsing with no backtracking and single-token lookahead, and which respects the natural denotational semantics of context-free expressions. Finally, we show how to exploit the type information to write a staged version of this library, which produces dramatic increases in performance, even outperforming code generated by the standard parser generator tool ocamlyacc. |
Databáze: | OpenAIRE |
Externí odkaz: |