rust-code-analysis/tree-sitter-preproc
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/rust Add tree-sitter-preproc crate (#485) 2021-02-24 19:25:03 +01:00
corpus Init repo 2019-07-16 16:07:02 +02:00
examples Init repo 2019-07-16 16:07:02 +02:00
src Regenerate tree-sitter-preproc grammar 2021-03-26 19:53:10 +01:00
.gitattributes Init repo 2019-07-16 16:07:02 +02:00
.gitignore Add tree-sitter-preproc crate (#485) 2021-02-24 19:25:03 +01:00
.npmignore Init repo 2019-07-16 16:07:02 +02: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 Init repo 2019-07-16 16:07:02 +02:00
binding.gyp Init repo 2019-07-16 16:07:02 +02:00
grammar.js Use undef to guess macro names 2019-08-05 11:15:04 +02:00
index.js Init repo 2019-07-16 16:07:02 +02:00
package.json Regenerate tree-sitter-preproc 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.