mirror of
https://github.com/rm-dr/daisy
synced 2025-07-05 01:59:30 -07:00
Added variable and constant listing
This commit is contained in:
@ -38,4 +38,8 @@ impl Context {
|
||||
}
|
||||
}
|
||||
|
||||
pub fn get_variables(&self) -> &HashMap<String, Expression> {
|
||||
return &self.variables
|
||||
}
|
||||
|
||||
}
|
||||
|
Reference in New Issue
Block a user