Name | Date | Size | ||
---|---|---|---|---|
.. | 25-Oct-2024 | 4 KiB | ||
cpp_keywords.py | H A D | 25-Oct-2024 | 1.2 KiB | |
cpp_parser.py | H A D | 25-Oct-2024 | 7.4 KiB | |
file_tools.py | H A D | 25-Oct-2024 | 867 | |
line_iterator.py | H A D | 25-Oct-2024 | 4 KiB | |
log_tools.py | H A D | 25-Oct-2024 | 2.2 KiB | |
main.py | H A D | 25-Oct-2024 | 3.9 KiB | |
parse_arguments.py | H A D | 25-Oct-2024 | 6 KiB | |
parse_class.py | H A D | 25-Oct-2024 | 2.7 KiB | |
parse_define.py | H A D | 25-Oct-2024 | 2.6 KiB | |
parse_enum.py | H A D | 25-Oct-2024 | 4.4 KiB | |
parse_method.py | H A D | 25-Oct-2024 | 6.5 KiB | |
parse_namespace.py | H A D | 25-Oct-2024 | 1.3 KiB | |
parse_struct.py | H A D | 25-Oct-2024 | 2.3 KiB | |
parse_using.py | H A D | 25-Oct-2024 | 1.4 KiB | |
prepare_header.py | H A D | 25-Oct-2024 | 2.7 KiB | |
README.md | H A D | 25-Oct-2024 | 452 | |
runtime_collections.py | H A D | 25-Oct-2024 | 3.3 KiB | |
supported_types.py | H A D | 25-Oct-2024 | 7.2 KiB | |
text_tools.py | H A D | 25-Oct-2024 | 4.4 KiB |
README.md
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