diff options
| author | Rose Hogenson <rosehogenson@posteo.net> | 2024-05-28 18:12:02 -0700 |
|---|---|---|
| committer | Rose Hogenson <rosehogenson@posteo.net> | 2024-05-28 18:14:21 -0700 |
| commit | 2df47cf5e375c73917ebcd6690cd16199d57af83 (patch) | |
| tree | 6b5206f512e7b0a5ce7ee8d4c3b76a51919e7a32 /src/main.rs | |
| parent | Simplify the threading code. (diff) | |
| download | qc-2df47cf5e375c73917ebcd6690cd16199d57af83.tar.zst | |
Use num crate.
Diffstat (limited to 'src/main.rs')
| -rw-r--r-- | src/main.rs | 2 |
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}; |
