Find a file
John Wiegley 851aaf92ff Merge pull request #54 from rimmington/ident-reserved-prefix
Correctly parse identifiers with reserved word prefixes
2017-04-17 10:05:39 -07:00
benchmarks
data
doc
main
Nix Correctly parse identifiers with reserved word prefixes 2017-04-17 19:33:57 +10:00
tests Correctly parse identifiers with reserved word prefixes 2017-04-17 19:33:57 +10:00
.gitignore
default.nix
hnix.cabal
LICENSE Change LICENSE to BSD3 2016-12-18 17:10:06 -08:00
project.nix
README.md Fix GitHub URL 2016-12-20 21:13:54 -08:00
Setup.hs
shell.nix

hnix

Haskell parser for Nix expression language.

Prerequisites

Nix is installed and in your $PATH. Tested with Nix v1.10.

Getting Started

$ git clone https://github.com/jwiegley/hnix.git
...
$ cd hnix
$ nix-shell
...
$ cabal test
...
$ cabal bench