# Parsing cpp headers to yamls for es2panda_lib generation. ### Results Results of parsing headers to yaml format you can find in `build/tools/es2panda/generated/es2panda_lib/gen/headers`. ### Statistics `brief_stat.txt` - brief report of methods\constructors\classes\others parsed and supported by es2panda_lib generator. You can find it in `build/tools/es2panda/generated/es2panda_lib/gen/brief_stat.txt`. ### How to run: ``` ninja gen_yamls ```