scrings 0.1.6

Semantic strings based on tree-sitter
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
#![feature(macro_metavar_expr)]
pub mod strings;
mod tree;
mod rule;
mod error;
pub mod ps;
pub mod bash;
mod visitor;
pub mod parser;
pub mod python;
pub mod sql;
pub mod js;
pub mod php;