lang/include/name_tree.hpp

11 lines
119 B
C++

#pragma once
#include "tree_sitter_wrapper.hpp"
// IN PROGRESS
class NameTree {
public:
NameTree() {}
private:
};