Added more tests

This commit is contained in:
Eduard Urbach 2025-02-05 11:11:15 +01:00
parent bd0a468282
commit f7bc903aa4
Signed by: eduard
GPG key ID: 49226B848C78F6C8
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"}