Implemented boolean literals
This commit is contained in:
parent
1f0db51a95
commit
bf5110edd4
11 changed files with 69 additions and 13 deletions
|
@ -10,6 +10,7 @@ var (
|
|||
ExpectedStructName = &Base{"Expected struct name"}
|
||||
ExpectedDLLName = &Base{"Expected DLL name"}
|
||||
InvalidNumber = &Base{"Invalid number"}
|
||||
InvalidCondition = &Base{"Invalid condition"}
|
||||
InvalidExpression = &Base{"Invalid expression"}
|
||||
InvalidRune = &Base{"Invalid rune"}
|
||||
MissingBlockStart = &Base{"Missing '{'"}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue