Commit Graph

3 Commits

Author SHA1 Message Date
Argyrios Kyrtzidis
7d56a195e6 [SwiftSyntaxParser] Add doc-comments for swiftparse_parser_t 2019-01-10 16:36:32 -08:00
Argyrios Kyrtzidis
484479dde4 [SyntaxParser] Remove leftover type declaration and adjust the *_EXPORTS macro name
Also fixup some doc-comments.
2019-01-10 08:10:44 -08:00
Argyrios Kyrtzidis
1dc288fb23 Introduce C parser library
Add a shared library with a C API that provides access to the syntactic parser with callbacks for the inference of raw syntax nodes.
This is primarily intended to be used by SwiftSyntax to speed-up source code parsing for it.
2019-01-09 18:30:45 -08:00