Added variable and constant listing

This commit is contained in:
2023-08-02 15:36:55 -07:00
parent d4d8f41b00
commit ce14df866b
6 changed files with 211 additions and 32 deletions

View File

@ -38,4 +38,8 @@ impl Context {
}
}
pub fn get_variables(&self) -> &HashMap<String, Expression> {
return &self.variables
}
}