Add initial variable work
This commit is contained in:
@@ -26,9 +26,8 @@ There will be no `test_buffer.h`. Instead, `test.c` will 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.
|
||||
Always check the `specs` directory.
|
||||
Since this is a compiler for a new language, do not assume anything of its syntax.
|
||||
Always check the `specs` directory to see examples and documentation about the language.
|
||||
|
||||
If there is anything unclear, ask the user for clarification.
|
||||
It is certainly possible that there are contradictions in the
|
||||
|
||||
Reference in New Issue
Block a user