yhirose / cpp-peglib

A single file C++ header-only PEG (Parsing Expression Grammars) library
MIT License
884 stars 112 forks source link

Infinite loop detector #85

Closed yhirose closed 4 years ago

yhirose commented 4 years ago

Add a functionality to detect potential infinite loop in grammar.

https://github.com/xored/peg/blob/master/docs/grammar-tips.md#infinite-loop https://github.com/pegjs/pegjs/commit/

76