mirror of
https://github.com/torvalds/linux.git
synced 2026-05-13 00:28:54 +02:00
Our previous approach to solve nested structs were to use NestedMatch. It works well, but adding support to parse delimiters is very complex. Instead, use CMatch, which uses a C tokenizer, making the code more reliable and simpler. Signed-off-by: Mauro Carvalho Chehab <mchehab+huawei@kernel.org> Signed-off-by: Jonathan Corbet <corbet@lwn.net> Message-ID: <900bff66f8093402999f9fe055fbfa3fa33a8d8b.1773770483.git.mchehab+huawei@kernel.org> |
||
|---|---|---|
| .. | ||
| __init__.py | ||
| c_lex.py | ||
| enrich_formatter.py | ||
| kdoc_files.py | ||
| kdoc_item.py | ||
| kdoc_output.py | ||
| kdoc_parser.py | ||
| kdoc_re.py | ||
| latex_fonts.py | ||
| parse_data_structs.py | ||
| python_version.py | ||
| xforms_lists.py | ||