Added more tests

This commit is contained in:
2025-02-05 11:11:15 +01:00
parent 8421a21c9a
commit 85568949a2
8 changed files with 20 additions and 7 deletions

View File

@ -18,6 +18,7 @@ var (
MissingGroupEnd = &Base{"Missing ')'"}
MissingMainFunction = &Base{"Missing main function"}
MissingOperand = &Base{"Missing operand"}
MissingParameter = &Base{"Missing parameter"}
MissingType = &Base{"Missing type"}
NotImplemented = &Base{"Not implemented"}
UnknownType = &Base{"Unknown type"}