[[ [Scripted Compiler] :: '''Scripted Parsing''' ]] ---- See [Yeti] for a [parser generator] written in Tcl, and generating [parser]s implemented in Tcl. And yet another [parser generator] is [taccle]. A C [parser generator] in the public domain is [Lemon]. [Tcllib] has modules to help in the construction of parsers too. See [page], [grammar_peg], [grammar_me], [grammar_fa]. Examples: * [Parsing C] * [Parsing SQL] * [Parsing HTML] Places where we can find grammars for variuous languages: * http://www.thefreecountry.com/sourcecode/grammars.shtml ---- [[ [Scripted Compiler] :: '''Scripted Parsing''' ]]