Skip to content

shadaj/tree-sitter-c2rust

 
 

Repository files navigation

tree-sitter-c2rust

Crates.io

This is a fork of Tree Sitter, but with the runtime component automatically converted to Rust using c2rust. This enables use of Tree Sitter parsers without libc, useful for targets like wasm32-unknown-unknown.

Because the conversion is automatic, the resulting code is not idiomatic Rust. But we preserve 1:1 correspondence with the original C code, so that future changes to Tree Sitter can be easily merged into this fork. Furthermore, the Rust bindings are still supported, so this can be used as a drop-in replacement for the regular Tree Sitter crate.

About

A fork of Tree Sitter with a pure Rust runtime for WASM support

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Rust 72.7%
  • C 21.1%
  • JavaScript 4.5%
  • Shell 0.7%
  • C++ 0.5%
  • Makefile 0.2%
  • Other 0.3%