lang/include/name_tree.hpp

12 lines
119 B
C++
Raw Normal View History

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