diff options
author | Adam Scarr <adam@vektah.net> | 2017-08-08 23:29:00 +1000 |
---|---|---|
committer | Adam Scarr <adam@vektah.net> | 2017-08-08 23:45:39 +1000 |
commit | b62ae2f567231357d4d80a3a222d084f650793de (patch) | |
tree | be25d2a68cf389e954d0a5e0a706a15d695cd5cb /readme.md | |
parent | acd48fdfa4653dbeffd41f6b773ae4552e6c55bc (diff) |
Add CircleCI
Diffstat (limited to 'readme.md')
-rw-r--r-- | readme.md | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,4 +1,4 @@ -goparsify +goparsify [](https://circleci.com/gh/Vektah/goparsify/tree/master) [](https://godoc.org/github.com/Vektah/goparsify) ========= A parser-combinator library for building easy to test, read and maintain parsers using functional composition. @@ -148,4 +148,4 @@ Take a look at [calc](calc/calc.go) for a full example. ### prior art -Inspired by https://github.com/prataprc/goparsec but the interfaces have been cleaned up a lot. +Inspired by https://github.com/prataprc/goparsec |