rename SymbolStorage -> StoredValue

This commit is contained in:
Brian Carroll 2021-10-12 09:22:07 +01:00
parent 85ca33ddd6
commit d2e01bd10a
2 changed files with 35 additions and 36 deletions

View file

@ -18,7 +18,7 @@ impl StackMemoryLocation {
}
#[derive(Debug, Clone)]
pub enum SymbolStorage {
pub enum StoredValue {
/// Value is stored implicitly in the VM stack
VirtualMachineStack {
vm_state: VirtualMachineSymbolState,