update tokens string map to include FLOAT

This commit is contained in:
Matt Jaffee 2017-03-06 17:00:37 -06:00
parent dbfc6052b7
commit f2707fad18

View file

@ -38,6 +38,7 @@ var tokens = [...]string{
IDENT: "IDENT",
NUMBER: "NUMBER",
FLOAT: "FLOAT",
ALL: "ALL",