mirror of
https://codeberg.org/ProgramSnail/lang.git
synced 2025-12-07 15:38:49 +00:00
symbol docs module implemented, part of file tree implemented
This commit is contained in:
parent
b56b72c98e
commit
100779d2d4
6 changed files with 232 additions and 55 deletions
11
include/name_tree.hpp
Normal file
11
include/name_tree.hpp
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
#pragma once
|
||||
|
||||
#include "tree_sitter_wrapper.hpp"
|
||||
|
||||
// IN PROGRESS
|
||||
class NameTree {
|
||||
public:
|
||||
NameTree() {}
|
||||
|
||||
private:
|
||||
};
|
||||
Loading…
Add table
Add a link
Reference in a new issue