[fine] List iteration... works?

A little hacky but it works!
This commit is contained in:
John Doty 2024-02-08 22:25:00 -08:00
parent 13aaca36c8
commit d5059dd450
4 changed files with 190 additions and 15 deletions

View file

@ -318,6 +318,7 @@ impl ExternalFunctionId {
}
}
#[derive(Clone, Debug)]
pub enum Declaration {
Variable {
declaration: TreeRef,