hy/test.py
2012-12-15 17:07:11 -05:00

7 lines
85 B
Python

from hy.lex.tokenize import tokenize
print tokenize("""
(+ 2 (+ 1 1) (- 1 1))
""")