C++ has been a headache to deal with throughout the ecosystem and for several downstream projects. It is difficult to get working with WASM, and induces potential issues with compilation on Windows. It has been proven that writing scanners in C is a much better alternative, and is the recommended way to write scanners now. C++ support will likely be removed in 0.21.0 |
||
|---|---|---|
| .. | ||
| src | ||
| build.rs | ||
| Cargo.toml | ||
| emscripten-version | ||
| README.md | ||
Tree-sitter Loader
The tree-sitter command-line program will dynamically find and build grammars
at runtime, if you have cloned the grammars' repositories to your local
filesystem. This helper crate implements that logic, so that you can use it in
your own program analysis tools, as well.