summaryrefslogtreecommitdiff
path: root/parse.py
blob: 190c31238f1d23cb309b2323a8bb8cfc163b61f8 (plain)
1
2
3
4
5
6
import earlpy
import sys

p = earlpy.Parser(sys.argv[1])
if len(sys.argv) == 3:
    print(p.parse_file(sys.argv[2]).pprint())
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback