in progress commit
- fill out eval skele - documentation comments in var tabel
This commit is contained in:
parent
306ec6af09
commit
f83872d8b5
2 changed files with 28 additions and 3 deletions
|
|
@ -26,6 +26,7 @@ use crate::segment::{Ctr};
|
|||
*/
|
||||
pub type VTable = HashMap<String, Rc<Ctr>>;
|
||||
|
||||
// WARNING: make sure var_tree is properly evaluated before storing
|
||||
pub fn define(
|
||||
vt: Rc<RefCell<VTable>>,
|
||||
identifier: String,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue