From 3eba112a9a5be8181b8ca39b2ca955f28984b1b6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Juan=20Manuel=20Tom=C3=A1s?= Date: Mon, 24 Jul 2023 00:12:01 -0300 Subject: Change how critical parts of the parsing are handled --- package.lisp | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) (limited to 'package.lisp') diff --git a/package.lisp b/package.lisp index 5936a52..603f6cb 100644 --- a/package.lisp +++ b/package.lisp @@ -13,22 +13,20 @@ (defpackage #:parser (:use #:cl) - (:export #:parsing-p + (:export #:run #:parsing-tree #:parsing-left #:failure-place #:failure-message - #:fail + #:crit #:comp #:one-of #:all-of #:negate - #:unit-if #:unit - #:not-unit #:literal - #:not-literal #:nothing #:optional #:many + #:whitespace #:separated-list)) -- cgit v1.2.3