We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 663a9f4 commit 6d03c8dCopy full SHA for 6d03c8d
doc/Contrib-and-Examples.md
@@ -40,6 +40,12 @@ For all questions and remarks contact us at **taocpp(at)icemx.net**.
40
41
* Grammars and actions for PEGTL-input-to-integer conversions.
42
43
+###### `<tao/pegtl/contrib/limit_depth.hpp>`
44
+
45
+* Limits the nesting level of rules when parsing a grammar, prevents stack overflows.
46
+* Can be applied selectively at specific rules to improve efficiency.
47
+* See `src/test/pegtl/limit_depth.cpp`.
48
49
###### `<tao/pegtl/contrib/json.hpp>`
50
51
* JSON grammar according to [RFC 7159](https://tools.ietf.org/html/rfc7159) (for UTF-8 encoded JSON only).
0 commit comments