sqruff-lib-core 0.21.12

Core library that underpins the sqruff library.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
pub mod context;
pub mod grammar;
mod helpers;
pub mod lexer;
pub mod markers;
pub mod match_algorithms;
pub mod match_result;
pub mod matchable;
pub mod node_matcher;
#[allow(clippy::module_inception)]
pub mod parser;
pub mod parsers;
pub mod segments;
pub mod types;