parser: introduce Token and TokenType enum

Signed-off-by: Alejandro Mery <amery@jpi.io>
This commit is contained in:
2023-08-30 20:00:29 +00:00
parent 5288cd4537
commit 604ecfaed2
5 changed files with 74 additions and 1 deletions
+1
View File
@@ -4,4 +4,5 @@ package tools
import (
_ "github.com/mgechev/revive"
_ "golang.org/x/tools/cmd/stringer"
)