The latest version of haskell-exp-parser is 0.1.4-0.

haskell-exp-parser

Version 0.1.2 revision 0 uploaded by EmilAxelsson.

Package meta

Synopsis
Simple parser parser from Haskell to TemplateHaskell expressions
Description

This package defines a simple parser for a subset of Haskell expressions and patterns to the TemplateHaskell AST.

It provides a very lightweight alternative to the functions parseExp and parsePat from http://hackage.haskell.org/package/haskell-src-meta.

The following expressions are currently supported:

  • Variables

  • Integer and string literals

  • Prefix function application

  • Lists and tuples

The following patterns are currently supported:

  • Variables

Author
Emil Axelsson
Bug reports
https://github.com/emilaxelsson/haskell-exp-parser/issues
Category
Language
Copyright
Copyright (c) 2015, Emil Axelsson
Homepage
https://github.com/emilaxelsson/haskell-exp-parser
Maintainer
emax@chalmers.se
Package URL
n/a
Stability
n/a

Components