Anthony Liguori writes:
> Markus Armbruster writes:
>
>> Anthony Liguori writes:
>>
>>> Markus Armbruster writes:
>>>
If you think I'm exaggerating, check out the list of issues in PATCH
3/9.
>>>
>>> You are not.
>>>
>>> However, I think we can drop the whole thing and just use the J
Markus Armbruster writes:
> Anthony Liguori writes:
>
>> Markus Armbruster writes:
>>
>>> If you think I'm exaggerating, check out the list of issues in PATCH
>>> 3/9.
>>
>> You are not.
>>
>> However, I think we can drop the whole thing and just use the JSON
>> module in Python. The bit below
Anthony Liguori writes:
> Markus Armbruster writes:
>
>> If you think I'm exaggerating, check out the list of issues in PATCH
>> 3/9.
>
> You are not.
>
> However, I think we can drop the whole thing and just use the JSON
> module in Python. The bit below seems to work:
>
> import json.decode
Markus Armbruster writes:
> If you think I'm exaggerating, check out the list of issues in PATCH
> 3/9.
You are not.
However, I think we can drop the whole thing and just use the JSON
module in Python. The bit below seems to work:
import json.decoder, re
from ordereddict import OrderedDic
If you think I'm exaggerating, check out the list of issues in PATCH
3/9.
Markus Armbruster (9):
tests: QAPI schema parser tests
tests: Use qapi-schema-test.json as schema parser test
qapi.py: Restructure lexer and parser
qapi.py: Decent syntax error reporting
qapi.py: Reject invalid cha