symbol docs module implemented, part of file tree implemented

This commit is contained in:
ProgramSnail 2023-07-17 23:15:12 +03:00
parent b56b72c98e
commit 100779d2d4
6 changed files with 232 additions and 55 deletions

11
include/name_tree.hpp Normal file
View file

@ -0,0 +1,11 @@
#pragma once
#include "tree_sitter_wrapper.hpp"
// IN PROGRESS
class NameTree {
public:
NameTree() {}
private:
};