mirror of
https://codeberg.org/ProgramSnail/lang.git
synced 2025-12-07 07:28:45 +00:00
11 lines
119 B
C++
11 lines
119 B
C++
#pragma once
|
|
|
|
#include "tree_sitter_wrapper.hpp"
|
|
|
|
// IN PROGRESS
|
|
class NameTree {
|
|
public:
|
|
NameTree() {}
|
|
|
|
private:
|
|
};
|