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

View file

@ -13,6 +13,7 @@ include_directories(include
add_executable(lang src/main.cpp
include/tree_sitter_wrapper.hpp
include/name_tree.hpp
deps/tree-sitter-lang/src/tree_sitter/parser.h
deps/tree-sitter-lang/src/parser.c
deps/tree-sitter/lib/src/lib.c)