mirror of
https://codeberg.org/ProgramSnail/lang.git
synced 2025-12-07 15:38:49 +00:00
basic node builders
This commit is contained in:
parent
1b28f41810
commit
696a9c3a1a
11 changed files with 442 additions and 37 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue