Make parser optional.

This commit is contained in:
2026-08-20 13:12:48 +01:00
parent 3a41af01f9
commit 1489b08d57
6 changed files with 73 additions and 69 deletions
+2 -2
View File
@@ -164,7 +164,7 @@ struct TreeCursor {
}
};
/*struct Symbol {
struct Symbol {
uint64_t definition;
std::vector<uint64_t> references;
};
@@ -178,5 +178,5 @@ struct Scope {
uint32_t type;
trie::Trie<Symbol> symbols;
std::vector<std::variant<Space, Scope>> children;
};*/
};
} // namespace bed::internal::syntax