From df33bd07eb3b1950f05dd17c2220b8875194efda Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Juan=20Manuel=20Tom=C3=A1s?= Date: Sat, 5 Oct 2024 15:55:28 -0300 Subject: Change package interface IO to the parser will be done via streams. Internally it will stay the same. --- package.lisp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'package.lisp') 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 -- cgit v1.2.3