aboutsummaryrefslogtreecommitdiffstats
path: root/src/main.rs
diff options
context:
space:
mode:
authorRose Hogenson <rosehogenson@posteo.net>2024-05-28 18:12:02 -0700
committerRose Hogenson <rosehogenson@posteo.net>2024-05-28 18:14:21 -0700
commit2df47cf5e375c73917ebcd6690cd16199d57af83 (patch)
tree6b5206f512e7b0a5ce7ee8d4c3b76a51919e7a32 /src/main.rs
parentSimplify the threading code. (diff)
downloadqc-2df47cf5e375c73917ebcd6690cd16199d57af83.tar.zst
Use num crate.
Diffstat (limited to 'src/main.rs')
-rw-r--r--src/main.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main.rs b/src/main.rs
index e505ee6..08c1ded 100644
--- a/src/main.rs
+++ b/src/main.rs
@@ -1,5 +1,5 @@
+mod eval;
mod lexer;
-mod num;
mod parser;
use gdk4::{Key, ModifierType};