aboutsummaryrefslogtreecommitdiff
path: root/tokens.go
diff options
context:
space:
mode:
Diffstat (limited to 'tokens.go')
-rw-r--r--tokens.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/tokens.go b/tokens.go
index a002011..1abf316 100644
--- a/tokens.go
+++ b/tokens.go
@@ -15,6 +15,7 @@ var Tokens = map[rune]int{
' ': BLANK,
'\t': BLANK,
+ '\n': BLANK,
'0': DIGIT,
'1': DIGIT,