From 1a9c22d1219eb0239417db16c9fe96eea3ced2fe Mon Sep 17 00:00:00 2001 From: Marc Vertes Date: Fri, 14 Nov 2025 13:47:51 +0100 Subject: fix: refactor VM instruction type Use custom types for VM instructions. More idiomatic code for tracing. --- parser/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'parser/README.md') diff --git a/parser/README.md b/parser/README.md index 6f0f734..ba2f15c 100644 --- a/parser/README.md +++ b/parser/README.md @@ -112,5 +112,5 @@ Other items: - [ ] build constraints (arch, sys, etc) - [ ] test command (running go test / benchmark / example files) - [ ] skipping / including test files -- [ ] test coverage +- [x] test coverage - [ ] fuzzy tests for scanner, vm, ... -- cgit v1.2.3