pith. sign in

arxiv: 1210.4992 · v1 · pith:AC3XWG3Ynew · submitted 2012-10-17 · 💻 cs.FL · cs.PL

From Regexes to Parsing Expression Grammars

classification 💻 cs.FL cs.PL
keywords expressiongrammarslanguagesparsingregexregularcomputationaldeterministic
0
0 comments X
read the original abstract

Most scripting languages nowadays use regex pattern-matching libraries. These regex libraries borrow the syntax of regular expressions, but have an informal semantics that is different from the semantics of regular expressions, removing the commutativity of alternation and adding ad-hoc extensions that cannot be expressed by formalisms for efficient recognition of regular languages, such as deterministic finite automata. Parsing Expression Grammars are a formalism that can describe all deterministic context-free languages and has a simple computational model. In this paper, we present a formalization of regexes via transformation to Parsing Expression Grammars. The proposed transformation easily accommodates several of the common regex extensions, giving a formal meaning to them. It also provides a clear computational model that helps to estimate the efficiency of regex-based matchers, and a basis for specifying provably correct optimizations for them.

This paper has not been read by Pith yet.

discussion (0)

Sign in with ORCID, Apple, or X to comment. Anyone can read and Pith papers without signing in.