diff options
| author | nic-gaffney <gaffney_nic@protonmail.com> | 2023-04-10 20:38:59 -0500 |
|---|---|---|
| committer | nic-gaffney <gaffney_nic@protonmail.com> | 2023-04-10 20:38:59 -0500 |
| commit | a72f47465c34a8812993e764c4444a228eaf061e (patch) | |
| tree | 21ad11bf9cad1744f94d79918e7380731628af7a | |
| parent | f0840b54cd995450b85c18ce1274f5732ae97bcf (diff) | |
| download | sloth-a72f47465c34a8812993e764c4444a228eaf061e.tar.gz | |
ast thingy idk im new here
| -rw-r--r-- | crates/sloth/src/parser/ast.rs | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/crates/sloth/src/parser/ast.rs b/crates/sloth/src/parser/ast.rs index 3e710d0..45c4d8f 100644 --- a/crates/sloth/src/parser/ast.rs +++ b/crates/sloth/src/parser/ast.rs @@ -1,5 +1,3 @@ -use super::stmt; - pub enum BinaryOp { Add, Con, |
