aboutsummaryrefslogtreecommitdiff
path: root/tokens.go
diff options
context:
space:
mode:
Diffstat (limited to 'tokens.go')
-rw-r--r--tokens.go4
1 files changed, 0 insertions, 4 deletions
diff --git a/tokens.go b/tokens.go
index 5e43188..5c6f8d9 100644
--- a/tokens.go
+++ b/tokens.go
@@ -3,12 +3,8 @@ package main
const (
EOF = iota
BLANK
- INTEGER
- FLOAT
- COMPLEX
DIGIT
CHAR
- STRING
QUOTED
QUOTE
DOT