This commit is contained in:
Richard Feldman 2019-10-21 08:09:50 -04:00
parent c7dd1978fb
commit e949188319
12 changed files with 286 additions and 162 deletions

View file

@ -7,6 +7,7 @@ use subs::Variable;
// The standard modules
pub const MOD_FLOAT: &'static str = "Float";
pub const MOD_BOOL: &'static str = "Float";
pub const MOD_INT: &'static str = "Int";
pub const MOD_STR: &'static str = "Str";
pub const MOD_LIST: &'static str = "List";