From 5671a0700c8d5ed791594b70d978c1114242d9e9 Mon Sep 17 00:00:00 2001 From: Colin Okay Date: Wed, 22 Apr 2020 21:37:25 -0500 Subject: bump and reauthor --- parzival.asd | 4 ++-- parzival.lisp | 1 + 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/parzival.asd b/parzival.asd index c819f69..c67ffeb 100644 --- a/parzival.asd +++ b/parzival.asd @@ -2,9 +2,9 @@ (asdf:defsystem #:parzival :description "Streaming parser language in Common Lisp." - :author "Boutade " + :author "Colin Okay " :license "GPLv3" - :version "0.3.0" + :version "0.4.0" :serial t :depends-on (#:replay-streams) :components ((:file "package") diff --git a/parzival.lisp b/parzival.lisp index 7eaa611..068d3b5 100644 --- a/parzival.lisp +++ b/parzival.lisp @@ -30,6 +30,7 @@ ;;; The PARSE function. Runs parsers. + ;; TODO refactor parse to detect how best to create a replay stream, automatically (defun parse (stream parser &optional string-as-stream-p) "Parse STREAM with PARSER. If STRING-AS-STREAM-P then STREAM can be a string." -- cgit v1.2.3