We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e94ea5a commit 386e3a4Copy full SHA for 386e3a4
README.md
@@ -3,7 +3,17 @@ purescript-parsing
3
4
[](https://travis-ci.org/purescript-contrib/purescript-parsing)
5
6
-A parser combinator library based on Parsec
+A parser combinator library based on Parsec.
7
8
-- [Module documentation](docs/)
+- [Module documentation](docs/Text/Parsing/)
9
- [Example usage](test/Main.purs)
10
+
11
+### Installing
12
13
+ bower i purescript-parsing
14
15
+### Building / Testing
16
17
+ bower update
18
+ pulp build
19
+ pulp test
0 commit comments