Code gen ints and floats

This commit is contained in:
Richard Feldman 2019-10-21 20:12:33 -04:00
parent e949188319
commit eeb2bb376c
13 changed files with 758 additions and 853 deletions

View file

@ -17,6 +17,8 @@ pub const MOD_NUM: &'static str = "Num";
pub const MOD_DEFAULT: &'static str = "Default";
pub const TYPE_NUM: &'static str = "Num";
pub const TYPE_INTEGER: &'static str = "Integer";
pub const TYPE_FLOATINGPOINT: &'static str = "FloatingPoint";
#[derive(PartialEq, Eq, Debug, Clone)]
pub enum Type {