removing the lex thing
This commit is contained in:
parent
05a9bea3d6
commit
dc00027361
@ -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
|
|
||||||
)
|
|
Loading…
Reference in New Issue
Block a user