From 66b6d675055eb8a5017376eb6f43d609887d1289 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Juan=20Manuel=20Tom=C3=A1s?= Date: Sun, 15 Jun 2025 03:49:14 -0300 Subject: Update parser interface --- package.lisp | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) (limited to 'package.lisp') diff --git a/package.lisp b/package.lisp index a20934f..e0a58e5 100644 --- a/package.lisp +++ b/package.lisp @@ -1,21 +1,19 @@ (defpackage #:monparser (:use #:cl) (:export #:parse + #:defparser + #:failure-p #:failure-place #:failure-message - #:input-cursor - #:input-data - #:line-and-column #:comp #:one-of #:unit #:fail - #:opposite + #:end #:literal #:nothing #:optional #:many #:repeat #:whitespace? - #:whitespace #:separated-list)) -- cgit v1.2.3