This commit is contained in:
parent
42fa039daf
commit
8d12c0bdf8
4 changed files with 17 additions and 3 deletions
|
|
@ -185,6 +185,8 @@ func (t TokenKind) String() string {
|
|||
return "for"
|
||||
case TokenIn:
|
||||
return "in"
|
||||
case TokenPercent:
|
||||
return "percent"
|
||||
}
|
||||
|
||||
panic("UNDEFINED TOKENTYPE STRING CONVERSION")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue