Added more tests
This commit is contained in:
parent
28fc6d2af6
commit
6db1f1af69
7 changed files with 17 additions and 4 deletions
|
@ -3,7 +3,7 @@ package errors
|
|||
var (
|
||||
InvalidStatement = &Base{"Invalid statement"}
|
||||
InvalidExpression = &Base{"Invalid expression"}
|
||||
MissingAssignValue = &Base{"Missing assignment value"}
|
||||
MissingOperand = &Base{"Missing operand"}
|
||||
MissingMainFunction = &Base{"Missing main function"}
|
||||
NotImplemented = &Base{"Not implemented"}
|
||||
)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue