mirror of
https://github.com/featurebasedb/featurebase.git
synced 2026-08-28 10:54:59 +00:00
update tokens string map to include FLOAT
This commit is contained in:
parent
dbfc6052b7
commit
f2707fad18
1 changed files with 1 additions and 0 deletions
|
|
@ -38,6 +38,7 @@ var tokens = [...]string{
|
|||
|
||||
IDENT: "IDENT",
|
||||
NUMBER: "NUMBER",
|
||||
FLOAT: "FLOAT",
|
||||
|
||||
ALL: "ALL",
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue