mirror of
https://codeberg.org/ProgramSnail/lang_2023.git
synced 2026-01-25 13:07:13 +00:00
typeclass tree start
This commit is contained in:
parent
c1dec6a0d1
commit
173d50672a
15 changed files with 1475 additions and 35 deletions
|
|
@ -14,6 +14,8 @@ namespace interpreter::tokens {
|
|||
struct BaseNode {
|
||||
std::pair<size_t, size_t> start_position;
|
||||
std::pair<size_t, size_t> end_position;
|
||||
|
||||
std::optional<utils::IdType> type_;
|
||||
};
|
||||
|
||||
// ----------------- Declarations -----------------
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue