aboutsummaryrefslogtreecommitdiff
path: root/tokens.go
diff options
context:
space:
mode:
authorDimitri Sokolyuk <demon@dim13.org>2015-03-23 00:39:14 +0100
committerDimitri Sokolyuk <demon@dim13.org>2015-03-23 00:39:14 +0100
commitdd5a92f37650da584f376746fa3ed867c01035d1 (patch)
treed605879c64c3c9ea93f066c3f953043cc1e0510f /tokens.go
parent2da427d49c7c04b83f8ad81534db471d3037a41a (diff)
Boiler plate
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