gumbo fork
hi there, it seems you've done a pretty good job improving the gumbo parser. i came across your work by following the github network graph via https://github.com/chozekun/gumbo-parser, which has 2 branches of interest: master and nokogumbo. there was also some work done by artifex software which incorporated gumbo into their mupdf product. https://github.com/ArtifexSoftware/thirdparty-gumbo-parser
in case your fork is still compatible with the original gumbo API, what do you think of the idea to make an official gumbo fork (let's say named gumbo-ng) which can be used by interested parties that are concerned about the unmaintained state of google's repo ? i guess that would require making the "lib" part of your repo the main entrypoint, while the lua bindings would live in a subdir.