From 3eba112a9a5be8181b8ca39b2ca955f28984b1b6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Juan=20Manuel=20Tom=C3=A1s?= Date: Mon, 24 Jul 2023 00:12:01 -0300 Subject: Change how critical parts of the parsing are handled --- input.lisp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'input.lisp') diff --git a/input.lisp b/input.lisp index a96888f..d88d14d 100644 --- a/input.lisp +++ b/input.lisp @@ -23,7 +23,7 @@ (make-instance 'input :data (data input) :file (file input) - :cursor (1+ (cursor input)))) + :cursor (+ (cursor input) amount))) (defun from-string (str) (make-instance 'input :data str)) -- cgit v1.2.3