Recursive descent parsing for Boolean grammars

  • Authors:
  • Alexander Okhotin

  • Affiliations:
  • University of Turku, Department of Mathematics, 20014, Turku, Finland and Academy of Finland, Vilhonvuorenkatu 6, Helsinki, 00501, Finland

  • Venue:
  • Acta Informatica
  • Year:
  • 2007

Quantified Score

Hi-index 0.00

Visualization

Abstract

The recursive descent parsing method for the context-free grammars is extended for their generalization, Boolean grammars, which include explicit set-theoretic operations in the formalism of rules and which are formally defined by language equations. The algorithm is applicable to a subset of Boolean grammars. The complexity of a direct implementation varies between linear and exponential, while memoization keeps it down to linear.