PyParsing Parse nested loop with brace and specific header
问题 I found several topics about pyparsing. They are dealing with almost the same problem in parsing nested loop, but even with that, i can't find a solution to my errors. I have the following format : key value; header_name "optional_metadata" { key value; sub_header_name { key value; }; }; key value; Key is alphanum Value may be type of Int, String, with alphanum + "@._" key/value may be after a brace block key/value may be in the file before the first brace block key/value before or after a