TU Wien Informatics

20 Years

Context Specifications in Formal Grammars

  • 2015-11-12
  • Research

An attempt to implement N. Chomsky’s idea (1959) of a phrase-structure rule applicable in a context and an introduction of an extension of context-free grammars

Abstract

Context-free grammars have been a model for defining syntax of various kinds of languages since the early days of computer science and they found their foremost application in specifying programming languages. However, their expressive power turned out to be insufficient to express many useful constructs, such as cross-reference, which reduces their applicability. The present work attempts to implement N. Chomsky’s idea (1959) of a phrase-structure rule applicable in a context and introduces an extension of context-free grammars equipped with operators for referring to left and right contexts of the substring being defined. In this model, a rule, for example, “A -> b & l: C & r: D” defines a symbol b, as long as it is preceded by a string defined by C and followed by a string defined by C. The conjunction operator in this example is taken from conjunctive grammars (A. Okhotin, Conjunctive grammars, J. Autom., Lang. Comb., 2001), which are an extension of ordinary context-free grammars that maintains most of their practical properties, including many parsing algorithms. The present work gives two equivalent definitions of the new model of grammars with contexts: by logical deduction and by language equations, and establishes some basic properties of the model, including a cubic-time general parsing algorithm; this time can be improved to linear for LL and LR-subclasses of grammars. A variety of examples of grammars with contexts is constructed, with the most extensive example completely specifying the syntax of a simple typed programming language.

Biography

Mikhail Barash is a Scientific Coordinator at Turku Centre for Computer Science. Previously he was a Ph.D. student at the Department of Mathematics and Statistics (Matematiikan ja tilastotieteen laitos), University of Turku, Finland, and Turku Centre for Computer Science (TUCS), under the supervision of Tero Harju and Alexander Okhotin.

Speakers

Curious about our other news? Subscribe to our news feed, calendar, or newsletter, or follow us on social media.

Note: This is one of the thousands of items we imported from the old website. We’re in the process of reviewing each and every one, but if you notice something strange about this particular one, please let us know. — Thanks!