-
-
Notifications
You must be signed in to change notification settings - Fork 112
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
3 changed files
with
3 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
[package] | ||
name = "tree-sitter-c" | ||
description = "C grammar for the tree-sitter parsing library" | ||
version = "0.20.5" | ||
version = "0.20.6" | ||
authors = ["Max Brunsfeld <[email protected]>"] | ||
license = "MIT" | ||
readme = "bindings/rust/README.md" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
a2b7bac
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@amaanq Hi Amaan, I have a pending change #164 in the Pull Requests tab, which is to make c/c++ parser be able to parse Microsoft SEH extension - __try/__except/__finally/__leave.
Please refer to "SEH exception handling" in test/corpus/microsoft.txt for the test on this change.
Meanwhile, I have a project which consumes Tree-sitter from c# code, so now I have the robust c# binding code which enable c# developers to consume Tree-sitter parsers smoothly. Could you please help point me to the practice for adding c# binding code to Tree-sittrer?