aboutsummaryrefslogtreecommitdiff
path: root/nim/reader.nim
diff options
context:
space:
mode:
Diffstat (limited to 'nim/reader.nim')
-rw-r--r--nim/reader.nim2
1 files changed, 1 insertions, 1 deletions
diff --git a/nim/reader.nim b/nim/reader.nim
index 856a6a6..10fce10 100644
--- a/nim/reader.nim
+++ b/nim/reader.nim
@@ -1,6 +1,6 @@
import nre, optional_t, strutils, types
-var
+let
tokenRE = re"""[\s,]*(~@|[\[\]{}()'`~^@]|"(?:\\.|[^\\"])*"|;.*|[^\s\[\]{}('"`,;)]*)"""
intRE = re"-?[0-9]+$"