From a4a4c78d13e9eab2427b930c067278207508d60e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Juan=20Manuel=20Tom=C3=A1s?= Date: Sun, 8 Jun 2025 18:48:58 -0300 Subject: Remove superfluous function and argument in call --- main.lisp | 1 - 1 file changed, 1 deletion(-) (limited to 'main.lisp') diff --git a/main.lisp b/main.lisp index 0d890a0..c0fd49c 100644 --- a/main.lisp +++ b/main.lisp @@ -3,7 +3,6 @@ (defun parse (parser data) (let* ((result (funcall parser (make-instance 'parser-input - :cursor 0 :data data)))) (if (parsing-p result) (let ((finished? (not (has-data? (parsing-left result))))) -- cgit v1.2.3