lang: smol module tree things and details

This commit is contained in:
Schrottkatze 2024-06-06 09:53:28 +02:00
commit 1a533eb788
No known key found for this signature in database
4 changed files with 12 additions and 15 deletions

View file

@ -58,11 +58,4 @@ impl World {
module_tree,
})
}
// fn parse_mod_tree(files: &mut HashMap<PathBuf, SourceFile>)
}
// struct SourceFile {
// tree: SyntaxNode,
// items: Vec<TopLevelItem>,
// }