mirror of
https://github.com/roc-lang/roc.git
synced 2025-10-02 16:21:11 +00:00
Code gen ints and floats
This commit is contained in:
parent
e949188319
commit
eeb2bb376c
13 changed files with 758 additions and 853 deletions
|
@ -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 {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue