basic node builders

This commit is contained in:
ProgramSnail 2023-07-20 14:38:44 +03:00
parent 1b28f41810
commit 696a9c3a1a
11 changed files with 442 additions and 37 deletions

View file

@ -4,7 +4,7 @@
#include <string>
#include <unordered_map>
namespace file {
namespace nodes {
class SymbolDocs {
public:
@ -49,4 +49,4 @@ private:
std::unordered_map<std::string, std::string> annotations_info_;
};
} // namespace file
} // namespace nodes