1# Parsing cpp headers to yamls for es2panda_lib generation. 2 3### Results 4Results of parsing headers to yaml format you can find in `build/tools/es2panda/generated/es2panda_lib/gen/headers`. 5 6### Statistics 7`brief_stat.txt` - brief report of methods\constructors\classes\others parsed and supported by es2panda_lib generator. 8You can find it in `build/tools/es2panda/generated/es2panda_lib/gen/brief_stat.txt`. 9 10 11### How to run: 12``` 13ninja gen_yamls 14``` 15