1*4882a593Smuzhiyunconfig BR2_PACKAGE_GUMBO_PARSER 2*4882a593Smuzhiyun bool "gumbo-parser" 3*4882a593Smuzhiyun help 4*4882a593Smuzhiyun Gumbo is an implementation of the HTML5 parsing algorithm 5*4882a593Smuzhiyun implemented as a pure C99 library with no outside 6*4882a593Smuzhiyun dependencies. It's designed to serve as a building block for 7*4882a593Smuzhiyun other tools and libraries such as linters, validators, 8*4882a593Smuzhiyun templating languages, and refactoring and analysis tools. 9*4882a593Smuzhiyun 10*4882a593Smuzhiyun https://github.com/google/gumbo-parser 11