InterParser
InterParser copied to clipboard
Add some cursor kinds.
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)