This module of [tcllib] can be used to create and manipulate Parsing Expression Grammars. These are similar but not equivalent to Context-Free Grammars (as should be familiar from BNF syntax specifications). Surprisingly, PEGs are both faster when matching (linear time as opposed to cubic time) and more powerful (at least no language has been shown context-free but not parsing expression) than CFGs. ---- [[ [Category Package] | [Category Tcllib] ]]