summaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
Diffstat (limited to 'bin')
-rwxr-xr-xbin/actinide-repl6
1 files changed, 0 insertions, 6 deletions
diff --git a/bin/actinide-repl b/bin/actinide-repl
deleted file mode 100755
index 7909d36..0000000
--- a/bin/actinide-repl
+++ /dev/null
@@ -1,6 +0,0 @@
-#!/usr/bin/env python
-
-import sys
-import actinide.tokenizer as at
-
-print(repr(list(at.tokenize(sys.stdin))))