[refactoring] dumper: print node position and tokens

This commit is contained in:
Vadym Slizov
2020-07-04 20:59:26 +03:00
parent 7fc23cc1de
commit 8417e7d6d2
5 changed files with 763 additions and 156 deletions

View File

@@ -1,5 +1,6 @@
package token
//go:generate stringer -type=ID -output ./token_string.go
type ID int
const (