diff options
Diffstat (limited to 'compiler/src/ast/models.rs')
| -rw-r--r-- | compiler/src/ast/models.rs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/compiler/src/ast/models.rs b/compiler/src/ast/models.rs index db9728d..2a8c5ae 100644 --- a/compiler/src/ast/models.rs +++ b/compiler/src/ast/models.rs | |||
| @@ -4,7 +4,6 @@ use crate::span::Spanned; | |||
| 4 | 4 | ||
| 5 | #[derive(Clone, Debug, PartialEq)] | 5 | #[derive(Clone, Debug, PartialEq)] |
| 6 | pub enum Atom { | 6 | pub enum Atom { |
| 7 | Float(f64), | ||
| 8 | Integer(i64), | 7 | Integer(i64), |
| 9 | String(Rc<str>), | 8 | String(Rc<str>), |
| 10 | Symbol(Rc<str>), | 9 | Symbol(Rc<str>), |
