summaryrefslogtreecommitdiff
path: root/.golangci.yaml
diff options
context:
space:
mode:
authorMarc Vertes <mvertes@free.fr>2025-11-27 14:50:07 +0100
committerMarc Vertes <mvertes@free.fr>2025-11-27 14:50:07 +0100
commit22b020225ae77ca1cf9f9984817df9b7fd1aaa12 (patch)
treefdbb8d0ccae08b248c1e1d787ba66d624ab6a34c /.golangci.yaml
parent8e32cc1a5617f84d0bd7bf1fd898251675d5a653 (diff)
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.
Diffstat (limited to '.golangci.yaml')
-rw-r--r--.golangci.yaml2
1 files changed, 1 insertions, 1 deletions
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$