English

A Computational Interpretation of Context-Free Expressions

Formal Languages and Automata Theory 2017-08-25 v1 Logic in Computer Science Programming Languages

Abstract

We phrase parsing with context-free expressions as a type inhabitation problem where values are parse trees and types are context-free expressions. We first show how containment among context-free and regular expressions can be reduced to a reachability problem by using a canonical representation of states. The proofs-as-programs principle yields a computational interpretation of the reachability problem in terms of a coercion that transforms the parse tree for a context-free expression into a parse tree for a regular expression. It also yields a partial coercion from regular parse trees to context-free ones. The partial coercion from the trivial language of all words to a context-free expression corresponds to a predictive parser for the expression.

Keywords

Cite

@article{arxiv.1708.07366,
  title  = {A Computational Interpretation of Context-Free Expressions},
  author = {Martin Sulzmann and Peter Thiemann},
  journal= {arXiv preprint arXiv:1708.07366},
  year   = {2017}
}
R2 v1 2026-06-22T21:22:36.247Z