Compare commits
5 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 62328d9e43 | |||
| 5be0785a55 | |||
| 35b9d56b3d | |||
| 604ecfaed2 | |||
| 5288cd4537 |
+1
-1
@@ -37,5 +37,5 @@ type Token struct {
|
|||||||
}
|
}
|
||||||
|
|
||||||
func (t Token) String() string {
|
func (t Token) String() string {
|
||||||
return fmt.Sprintf("%v:%v: %s: %q", t.Position.Line, t.Position.Column, t.Type, t.Value)
|
return fmt.Sprintf("%s:%v:%v: %q", t.Type, t.Position.Line, t.Position.Column, t.Value)
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user