stack-graphs 0.14.1

Name binding for arbitrary programming languages
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
// -*- coding: utf-8 -*-
// ------------------------------------------------------------------------------------------------
// Copyright © 2021, stack-graphs 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 can_create_graph;
mod can_find_local_nodes;
mod can_find_partial_paths_in_file;
mod can_find_qualified_definitions_with_phased_partial_path_stitching;
mod can_jump_to_definition;
mod can_jump_to_definition_with_phased_partial_path_stitching;
mod files;
mod nodes;
mod partial;
mod symbols;
mod test_graph;