summaryrefslogtreecommitdiff
path: root/package.lisp
diff options
context:
space:
mode:
authorJuan Manuel Tomás <jtomas1815@gmail.com>2024-10-05 15:55:28 -0300
committerJuan Manuel Tomás <jtomas1815@gmail.com>2024-10-05 15:55:28 -0300
commitdf33bd07eb3b1950f05dd17c2220b8875194efda (patch)
tree99946a48a699f77036de2d77e7630e7744db48c5 /package.lisp
parentd4b83007269548b1a83809ac0916ea99e37677b5 (diff)
downloadmonparser-df33bd07eb3b1950f05dd17c2220b8875194efda.tar.gz
monparser-df33bd07eb3b1950f05dd17c2220b8875194efda.zip
Change package interface
IO to the parser will be done via streams. Internally it will stay the same.
Diffstat (limited to 'package.lisp')
-rw-r--r--package.lisp3
1 files changed, 1 insertions, 2 deletions
diff --git a/package.lisp b/package.lisp
index 21662fd..d742fbb 100644
--- a/package.lisp
+++ b/package.lisp
@@ -1,7 +1,6 @@
(defpackage #:monparser
(:use #:cl)
- (:export #:parse-file
- #:parse-string
+ (:export #:parse
#:comp
#:one-of
#:unit