From 1c1162747d8d7e12140329a105c0776d5555a351 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Juan=20Manuel=20Tom=C3=A1s?= Date: Mon, 23 Jun 2025 02:22:51 -0300 Subject: Extract input to cursed --- package.lisp | 17 ++++++++++------- 1 file changed, 10 insertions(+), 7 deletions(-) (limited to 'package.lisp') diff --git a/package.lisp b/package.lisp index dca5908..e3882c6 100644 --- a/package.lisp +++ b/package.lisp @@ -2,22 +2,25 @@ (:use #:cl) (:export #:parse #:defparser + #:parsing + #:parsing-p + #:parsing-tree + #:parsing-start + #:parsing-end + #:failure #:failure-p #:failure-place #:failure-message - #:fail #:unit #:one-of #:comp - #:nothing #:optional #:many #:repeat - - #:literal - #:whitespace? #:whitespace - #:separated-list - #:surround)) + #:end-of-input + #:literal + #:within + #:interlinked)) -- cgit v1.2.3