From bb97077120cfa3966f0d43a7a1447d87ef8c818c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Juan=20Manuel=20Tom=C3=A1s?= Date: Sat, 5 Oct 2024 00:09:29 -0300 Subject: Evaluate one-of parsers lazily --- package.lisp | 1 - 1 file changed, 1 deletion(-) (limited to 'package.lisp') diff --git a/package.lisp b/package.lisp index deae22c..21662fd 100644 --- a/package.lisp +++ b/package.lisp @@ -2,7 +2,6 @@ (:use #:cl) (:export #:parse-file #:parse-string - #:crit #:comp #:one-of #:unit -- cgit v1.2.3