From d8544d77434a06d9ff933b8c54cc77ded061e476 Mon Sep 17 00:00:00 2001 From: Sebastiaan de Schaetzen Date: Sat, 25 Apr 2026 14:38:35 +0200 Subject: [PATCH] Add new rule to agent instructions --- .github/copilot-instructions.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/copilot-instructions.md b/.github/copilot-instructions.md index 2cd5e79..ffb7a64 100644 --- a/.github/copilot-instructions.md +++ b/.github/copilot-instructions.md @@ -23,6 +23,8 @@ For instance, a test for `buffer.c` must be called `test_buffer.c`. There will be no `test_buffer.h`. Instead, `test.c` will directly `#include` the C–source-file directly. +Every syntax error path identified in the parser MUST have a corresponding test. + ## Language Syntax Since this is a compiler for a new language, do not assume anything of its syntax.