Skip to content

Introduce C parser library #21762

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 10 commits into from
Jan 11, 2019
Merged

Conversation

akyrtzi
Copy link
Contributor

@akyrtzi akyrtzi commented Jan 10, 2019

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.

This is to allow swift-syntax to run its lit tests without needing to execute swift-syntax-test
for incremental reparsing.
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.
@akyrtzi akyrtzi requested review from rintaro and nkcsgexi January 10, 2019 03:02
@swiftlang swiftlang deleted a comment from swift-ci Jan 10, 2019
@akyrtzi
Copy link
Contributor Author

akyrtzi commented Jan 10, 2019

@swift-ci test OS X platform

@swiftlang swiftlang deleted a comment from swift-ci Jan 10, 2019
…RTS macro name

Also fixup some doc-comments.
…iles

The files go into 'lib/swift' so that SwiftSyntax can import the library without needing custom search paths to be added to the swiftpm invocation.
@akyrtzi
Copy link
Contributor Author

akyrtzi commented Jan 10, 2019

@swift-ci build toolchain

…library for the build-script invocation of SwiftSyntax
@swiftlang swiftlang deleted a comment from swift-ci Jan 11, 2019
@swiftlang swiftlang deleted a comment from swift-ci Jan 11, 2019
@akyrtzi
Copy link
Contributor Author

akyrtzi commented Jan 11, 2019

@swift-ci test OS X platform

@akyrtzi akyrtzi merged commit 9c04037 into swiftlang:master Jan 11, 2019
@akyrtzi akyrtzi deleted the syntax-parser-clib branch January 11, 2019 19:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants