lang: smol module tree things and details

This commit is contained in:
Schrottkatze 2024-06-06 09:53:28 +02:00
parent 7bc603f7e7
commit 1a533eb788
Signed by: schrottkatze
SSH key fingerprint: SHA256:hXb3t1vINBFCiDCmhRABHX5ocdbLiKyCdKI4HK2Rbbc
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>,
// }