SimpleParse

A parser generator to help you with your development.
Download

SimpleParse Ranking & Summary

Advertisement

  • Rating:
  • Publisher Name:
  • Mike C. Fletcher
  • File Size:
  • 317 KB

SimpleParse Tags


SimpleParse Description

SimpleParse is a small, handy Python package specially designed to provide a simple and fast parser generator using a modified version of the mxTextTools text-tagging engine. SimpleParse allows you to generate parsers directly from your EBNF grammar. Unlike most parser generators, SimpleParse generates single-pass parsers (there is no distinct tokenization stage), an approach taken from the predecessor project (mcf.pars) which attempted to create "autonomously parsing regex objects". The resulting parsers are not as generalized as those created by, for instance, the Earley algorithm, but they do tend to be useful for the parsing of computer file formats and the like (as distinct from natural language and similar "hard" parsing problems).


SimpleParse Related Software