summaryrefslogtreecommitdiff
path: root/parzival.asd
diff options
context:
space:
mode:
authorBoutade <thegoofist@protonmail.com>2020-03-06 11:21:04 -0600
committerBoutade <thegoofist@protonmail.com>2020-03-06 11:21:04 -0600
commit1dcd98391c66840c1dd377eb598d9a1f808b99d8 (patch)
tree67a2f59e0a54e725715eb49009f0ee46ed48dcd4 /parzival.asd
parentc3b8d7d3ac67a8b71e1eed8645eedfa055cfb87a (diff)
tiny tweak to allow mutually recursive parsers
Diffstat (limited to 'parzival.asd')
-rw-r--r--parzival.asd2
1 files changed, 1 insertions, 1 deletions
diff --git a/parzival.asd b/parzival.asd
index de329a9..1814260 100644
--- a/parzival.asd
+++ b/parzival.asd
@@ -4,7 +4,7 @@
:description "Streaming parser language in Common Lisp."
:author "Boutade <thegoofist@protonmail.com>"
:license "GPLv3"
- :version "0.0.2"
+ :version "0.1.0"
:serial t
:depends-on (#:replay-streams)
:components ((:file "package")