• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1# Parsing cpp headers to yamls for es2panda_lib generation.
2
3### Note:
4If parser fails at any file, it will skip this file and create empty .yaml. So build will be successful, but less es2panda API will be generated.
5
6
7### Results:
8Results of parsing headers to yaml format you can find in `build/tools/es2panda/generated/es2panda_lib/gen/headers`.
9
10### Logs:
11Logs dir: `build/tools/es2panda/generated/es2panda_lib/gen/logs`.
12
13### How to use:
14`python3 main.py -h` for help how to use script.
15`ninja gen_yamls` for generate headers.
16