hy/test.py
2012-12-15 17:16:58 -05:00

11 lines
137 B
Python

from hy.lex.tokenize import tokenize
print tokenize("""
(+ 2 (+ 1 1) (- 1 1))
""")
print tokenize("""
(print "Hello, \\n World")
""")