Add new rule to agent instructions
This commit is contained in:
@@ -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
|
There will be no `test_buffer.h`. Instead, `test.c` will directly
|
||||||
`#include` the C–source-file directly.
|
`#include` the C–source-file directly.
|
||||||
|
|
||||||
|
Every syntax error path identified in the parser MUST have a corresponding test.
|
||||||
|
|
||||||
## Language Syntax
|
## Language Syntax
|
||||||
Since this is a compiler for a new language, do not assume anything
|
Since this is a compiler for a new language, do not assume anything
|
||||||
of its syntax.
|
of its syntax.
|
||||||
|
|||||||
Reference in New Issue
Block a user