Frown

From HaskellWiki
Revision as of 21:22, 29 August 2014 by Henk-Jan van Tuyl (talk | contribs) (Added links and updated one)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Frown

Frown is an LALR(k) parser generator for Haskell 98 written in Haskell 98.

Its main features:

  • Time and space efficient
  • The parsers are purely functional, table-free parsers, with states encoded via mutually recursive functions

For more information:

The source code can be found at GitHub

This article is a stub. You can help by expanding it.