From 4d355a842737f7938d148c53338ce6f3fa055628 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Juan=20Manuel=20Tom=C3=A1s?= Date: Sun, 15 Jun 2025 07:24:38 -0300 Subject: Make many into an iterative parser --- package.lisp | 16 ++++++++++------ 1 file changed, 10 insertions(+), 6 deletions(-) (limited to 'package.lisp') diff --git a/package.lisp b/package.lisp index e0a58e5..dca5908 100644 --- a/package.lisp +++ b/package.lisp @@ -5,15 +5,19 @@ #:failure-p #:failure-place #:failure-message - #:comp - #:one-of - #:unit + #:fail - #:end - #:literal + #:unit + #:one-of + #:comp + #:nothing #:optional #:many #:repeat + + #:literal #:whitespace? - #:separated-list)) + #:whitespace + #:separated-list + #:surround)) -- cgit v1.2.3