You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* [WIP] feat: #18
* [WIP] feat: Function Pointer and protocol fix#18
* add Test file
* feat: 解析 API_DEPRECATED_WITH_REPLACEMENT
* feat: 支持 API_AVAILABLE 声明常量,支持 NS_SWIFT_NAME 解析
* feat: 增加 attribute 的判断
* feat: support declare typedef function.
* feat: typedef struct 内容为函数指针的解析,修复 typeSpecifier 对指针的支持
* feat: delete unused token NS_TYPED_ENUM in lexer.
* feat: support generic type with super class.
* feat: add more token in direct channel.
* feat: support dot in DIRECTIVE_CHANNEL
* feat: 并行处理多个文件
#21
* feat: parse class without superclass or extension without category name.
* feat: parse function definition with macros.
* feat: method return type and arg type can be block or function pointer.
* feat: specify required node.js version
* fix ci
* fix: handle empty script
* fix condition
* fix block and method type converter
* feat: add fromPointer in class
* fix: delete string in basic auto return type.
The text was updated successfully, but these errors were encountered: