summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBoutade <thegoofist@protonmail.com>2020-03-06 11:27:30 -0600
committerBoutade <thegoofist@protonmail.com>2020-03-06 11:27:30 -0600
commitedf93e1b1b942d3f0967597c3d13375e1805fb83 (patch)
tree60a6e041b53bf98af0f0df294c06ed80e0cf42fe
parent1dcd98391c66840c1dd377eb598d9a1f808b99d8 (diff)
parent8e2aa9a8f079e92fdc8ecf97f5bac204fa706439 (diff)
moo
-rw-r--r--README.org2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.org b/README.org
index ffe9743..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 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