Add new rule to agent instructions

This commit is contained in:
2026-04-25 14:38:35 +02:00
parent 91593e12b7
commit d8544d7743
+2
View File
@@ -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 Csource-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.