in progress commit

- fill out eval skele
- documentation comments in var tabel
This commit is contained in:
Aidan 2021-03-17 00:03:43 -07:00
parent 306ec6af09
commit f83872d8b5
No known key found for this signature in database
GPG key ID: 327711E983899316
2 changed files with 28 additions and 3 deletions

View file

@ -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,