InterParser icon indicating copy to clipboard operation
InterParser copied to clipboard

A collection of scripts based on libclang for extracting API information from interpreters

Results 2 InterParser issues
Sort by recently updated
recently updated
newest added

I found, that there are some missing cursor kinds from enumerations.py script: CursorKind.MS_ASM_STMT = CursorKind(229) CursorKind.OBJ_SELF_EXPR = CursorKind(146) CursorKind.MODULE_IMPORT_DECL = CursorKind(600)