From da008e637b5bff56fed8dfbacc2adabc4bca18b1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Juan=20Manuel=20Tom=C3=A1s?= Date: Tue, 10 Jun 2025 13:57:22 -0300 Subject: Add better reporting and new features Units report expected results on end of input. Opposite parser helps with the complexity explosion on unit parsers. Input and error printing has context. --- package.lisp | 1 + 1 file changed, 1 insertion(+) (limited to 'package.lisp') diff --git a/package.lisp b/package.lisp index 2b64c6f..a20934f 100644 --- a/package.lisp +++ b/package.lisp @@ -10,6 +10,7 @@ #:one-of #:unit #:fail + #:opposite #:literal #:nothing #:optional -- cgit v1.2.3