Hello ! I have a "KeyError:opt13" msg with the following header content to parse : typedef enum { op11, opt12, opt13 } Eenum1;
typedef enum { op21= opt13, opt22, opt23 } Eenum2;
The parser does not catch the opt13 définition in Eenum2.
Please Close this ticket as further debugging revealed that pyparsing is not generating the exception.
Log in to post a comment.
Please Close this ticket as further debugging revealed that pyparsing is not generating the exception.