2 # QAPI parser test harness
4 # Copyright (c) 2013 Red Hat Inc.
9 # This work is licensed under the terms of the GNU GPL, version 2 or later.
10 # See the COPYING file in the top-level directory.
14 from pprint import pprint
18 exprs = parse_schema(sys.stdin)
20 print >>sys.stderr, "Crashed:", sys.exc_info()[0]