mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
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.
6 lines
144 B
Plaintext
6 lines
144 B
Plaintext
swiftparse_parse_string
|
|
swiftparse_parser_create
|
|
swiftparse_parser_dispose
|
|
swiftparse_parser_set_node_handler
|
|
swiftparse_parser_set_node_lookup
|