removing the lex thing

This commit is contained in:
Paul Tagliamonte 2012-12-18 23:11:42 -05:00
parent 05a9bea3d6
commit dc00027361

View File

@ -1,12 +0,0 @@
#!/usr/bin/env python
from hy.lex.tokenize import tokenize
import json
import sys
print json.dumps(
tokenize(open(sys.argv[1], 'r').read()),
indent=4,
sort_keys=True
)