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