From 3caa326bc6f6cc3835037d2ded64add4351bbbc6 Mon Sep 17 00:00:00 2001 From: thegoofist <49315797+thegoofist@users.noreply.github.com> Date: Mon, 12 Aug 2019 16:53:55 -0500 Subject: Update README.org --- README.org | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.org b/README.org index ffe9743..53e2a49 100644 --- a/README.org +++ b/README.org @@ -2,7 +2,7 @@ * parzival The quest of =parzival= is to make it fun and easy to build parsers that - consume streams and return common lisp values. E.g. A JSON parser or an HTTP + consume streams and return common lisp values. E.g. A [JSON](https://github.com/thegoofist/parzival/blob/master/examples/json-parzival.lisp) parser or an HTTP parser could both be written extremely succinctly in parzival. In =parzival=, a *parser is a function* that accepts a *stream* and returns -- cgit v1.2.3 From 8e2aa9a8f079e92fdc8ecf97f5bac204fa706439 Mon Sep 17 00:00:00 2001 From: thegoofist <49315797+thegoofist@users.noreply.github.com> Date: Mon, 12 Aug 2019 16:54:31 -0500 Subject: Update README.org --- README.org | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.org b/README.org index 53e2a49..19df989 100644 --- a/README.org +++ b/README.org @@ -2,7 +2,7 @@ * parzival The quest of =parzival= is to make it fun and easy to build parsers that - consume streams and return common lisp values. E.g. A [JSON](https://github.com/thegoofist/parzival/blob/master/examples/json-parzival.lisp) parser or an HTTP + consume streams and return common lisp values. E.g. A [[https://github.com/thegoofist/parzival/blob/master/examples/json-parzival.lisp][JSON]] parser or an HTTP parser could both be written extremely succinctly in parzival. In =parzival=, a *parser is a function* that accepts a *stream* and returns -- cgit v1.2.3