Compare commits
6 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| dad0b2c7a4 | |||
| fee7165fbf | |||
| 1e75557bc3 | |||
| c1d3f61b73 | |||
| d081fe7d1c | |||
| 17ddff3527 |
+1
-1
@@ -37,5 +37,5 @@ type Token struct {
|
||||
}
|
||||
|
||||
func (t Token) String() string {
|
||||
return fmt.Sprintf("%s:%v:%v: %q", t.Type, t.Position.Line, t.Position.Column, t.Value)
|
||||
return fmt.Sprintf("%v:%v: %s: %q", t.Position.Line, t.Position.Column, t.Type, t.Value)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user