From 22b020225ae77ca1cf9f9984817df9b7fd1aaa12 Mon Sep 17 00:00:00 2001 From: Marc Vertes Date: Thu, 27 Nov 2025 14:50:07 +0100 Subject: fix: improve parser, compiler and interpreter APIs Pass a language spec as an argument when create a new parser, compiler or interpreter. Also move the REPL code in interpreter package. --- .golangci.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.golangci.yaml') diff --git a/.golangci.yaml b/.golangci.yaml index a185bb8..bc1fbb6 100644 --- a/.golangci.yaml +++ b/.golangci.yaml @@ -14,10 +14,10 @@ linters: exclusions: generated: lax presets: - - comments - common-false-positives - legacy - std-error-handling + - comments paths: - third_party$ - builtin$ -- cgit v1.2.3