aboutsummaryrefslogtreecommitdiff
path: root/src/ast.rs
diff options
context:
space:
mode:
authorJJ2023-04-06 22:08:58 +0000
committerJJ2023-04-06 22:08:58 +0000
commit4183e659af29571110dfff91b89b58de7c8dd449 (patch)
tree3182577a0407f13ac426bfa88653774a24f46dc5 /src/ast.rs
parent95ce33948581a10c2d55793b6317c7ce273f936a (diff)
refactor execute to not panic and write tests
Diffstat (limited to 'src/ast.rs')
-rw-r--r--src/ast.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ast.rs b/src/ast.rs
index 4bbc7ed..68522ce 100644
--- a/src/ast.rs
+++ b/src/ast.rs
@@ -25,7 +25,7 @@ pub type Value = u64;
pub enum Type {
Empty,
Unit,
- Bool,
+ Boolean,
Natural,
Integer,
// Float,