parserlib
parserlib copied to clipboard
A c++ recursive-descent generic parsing library that supports left recursion.
See here: https://github.com/axilmar/parserlib/blob/master/doc/parse_context.md#using-a-parse-context-inside-a-parse-function It has "todo" in the end of the document.
Here is the call stack of the crash, I attach the file in the txt, because it is too big, so I can't paste it in the edit control. It...
Hi, if I put all the grammar rules in the header file, when I change the rule, I may rebuild the whole code which include the grammar header, so I...
As discussed this comment: https://github.com/axilmar/parserlib/issues/26#issuecomment-3430785872 We may find a way to show the call-stack of the rules, so debugging may be much easier.