tree-sitter-graph 0.12.0

Construct graphs from parsed source code
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
// -*- coding: utf-8 -*-
// ------------------------------------------------------------------------------------------------
// Copyright © 2021, tree-sitter authors.
// Licensed under either of Apache License, Version 2.0, or MIT license, at your option.
// Please see the LICENSE-APACHE or LICENSE-MIT files in this distribution for license details.
// ------------------------------------------------------------------------------------------------

mod execution;
mod functions;
mod graph;
mod lazy_execution;
mod parse_errors;
mod parser;
mod variables;