-
Notifications
You must be signed in to change notification settings - Fork 22
update to c3 0.7.9 #56
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
base: main
Are you sure you want to change the base?
Changes from all commits
15c1159
2232b21
445624e
d7f843a
032f8cb
f630803
c1a8f7f
a917ef1
fe75d1e
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,8 +1,11 @@ | ||
| node_modules | ||
| build | ||
| log.html | ||
|
|
||
| target | ||
| # Grammar volatiles | ||
| /*.wasm | ||
| /*.obj | ||
| /*.o | ||
| Cargo.lock | ||
| .cache | ||
| .vscode |
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -8,7 +8,7 @@ readme = "README.md" | |
| keywords = ["incremental", "parsing", "tree-sitter", "c3"] | ||
| categories = ["parser-implementations", "parsing", "text-editors"] | ||
| repository = "https://github.com/c3lang/tree-sitter-c3" | ||
| edition = "2021" | ||
| edition = "2024" | ||
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Why is this required? |
||
| autoexamples = false | ||
|
|
||
| build = "bindings/rust/build.rs" | ||
|
|
||
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,5 +1,5 @@ | ||
| module github.com/c3lang/tree-sitter-c3 | ||
|
|
||
| go 1.22 | ||
| go 1.25 | ||
|
|
||
| require github.com/tree-sitter/go-tree-sitter v0.24.0 |
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.
Why remove attestations?