We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 94aeea5 commit 7d56a19Copy full SHA for 7d56a19
include/swift-c/SyntaxParser/SwiftSyntaxParser.h
@@ -125,6 +125,12 @@ typedef struct {
125
126
//=== Parser Functions ----------------------------------------------------===//
127
128
+/// Container of the configuration state for parsing.
129
+///
130
+/// It keeps track of the callback blocks for parsing. Any other additional
131
+/// configuration option (like parsing options) could be set by a adding a
132
+/// function that accepts a \c swiftparse_parser_t object and modifies its
133
+/// state.
134
typedef void *swiftparse_parser_t;
135
136
SWIFTPARSE_PUBLIC swiftparse_parser_t
0 commit comments