rust-code-analysis/tree-sitter-ccomment
Luni-4 fc11d8d5cd
Update to Rust 2021 edition (#691)
* lib: Update to Rust 2021 edition

* Replace pat with pat_param

Following https://doc.rust-lang.org/edition-guide/rust-2021/or-patterns-macro-rules.html#migration
guide

* enums: Update to Rust 2021 edition

* cli: Update to Rust 2021 edition

* web: Update to Rust 2021 edition

* Update grammars to Rust 2021 edition
2021-10-25 13:43:11 +02:00
..
bindings Regenerate tree-sitter-ccoment grammar 2021-03-26 19:53:10 +01:00
corpus tree-sitter-ccomment: Do not pluralize the grammar 2021-02-25 20:12:14 +01:00
examples tree-sitter-ccomment: Do not pluralize the grammar 2021-02-25 20:12:14 +01:00
src Regenerate tree-sitter-ccoment grammar 2021-03-26 19:53:10 +01:00
.gitattributes tree-sitter-ccomment: Do not pluralize the grammar 2021-02-25 20:12:14 +01:00
.gitignore Add tree-sitter-ccomment crate 2021-02-26 01:21:05 +01:00
.npmignore tree-sitter-ccomment: Do not pluralize the grammar 2021-02-25 20:12:14 +01:00
Cargo.toml Update to Rust 2021 edition (#691) 2021-10-25 13:43:11 +02:00
LICENSE Fix copyright in some LICENSE files 2021-03-11 09:45:05 +01:00
README.md tree-sitter-ccomment: Do not pluralize the grammar 2021-02-25 20:12:14 +01:00
binding.gyp Regenerate tree-sitter-ccoment grammar 2021-03-26 19:53:10 +01:00
grammar.js tree-sitter-ccomment: Do not pluralize the grammar 2021-02-25 20:12:14 +01:00
package.json Regenerate tree-sitter-ccoment grammar 2021-03-26 19:53:10 +01:00

README.md

tree-sitter-c

Build Status Build status

C grammar for tree-sitter. Adapted from this C99 grammar.