Skip to content

Latest commit

 

History

History
7 lines (5 loc) · 327 Bytes

overview_of_the_process_flow.md

File metadata and controls

7 lines (5 loc) · 327 Bytes

Overview of the process flow

  1. Parse input SQL with tree-sitter-sql tree-sitter-sql to get CST.
  2. Parsing CSTs and converting them into their original tree structure.
  3. Formatting and output using original tree structure.