haskell-exp-parser: Simple parser parser from Haskell to TemplateHaskell expressions
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
Downloads
- haskell-exp-parser-0.1.4.tar.gz [browse] (Cabal source package)
- Package description (as included in the package)
Maintainer's Corner
For package maintainers and hackage trustees
Candidates
- No Candidates
Versions [RSS] | 0.1, 0.1.1, 0.1.2, 0.1.3, 0.1.4 |
---|---|
Dependencies | base (>=4 && <5), template-haskell [details] |
License | BSD-3-Clause |
Copyright | Copyright (c) 2015, 2020, Emil Axelsson |
Author | Emil Axelsson |
Maintainer | 78emil@gmail.com |
Category | Language |
Home page | https://github.com/emilaxelsson/haskell-exp-parser |
Bug tracker | https://github.com/emilaxelsson/haskell-exp-parser/issues |
Source repo | head: git clone git@github.com:emilaxelsson/haskell-exp-parser.git |
Uploaded | by EmilAxelsson at 2020-10-17T16:28:21Z |
Distributions | NixOS:0.1.4 |
Reverse Dependencies | 2 direct, 24 indirect [details] |
Downloads | 2706 total (15 in the last 30 days) |
Rating | (no votes yet) [estimated by Bayesian average] |
Your Rating | |
Status | Docs available [build log] Last success reported on 2020-10-17 [all 1 reports] |