diff options
author | Joel Kronqvist <joel.kronqvist@iki.fi> | 2025-08-05 00:02:13 +0300 |
---|---|---|
committer | Joel Kronqvist <joel.kronqvist@iki.fi> | 2025-08-05 00:02:13 +0300 |
commit | 0d9c5b7fd7dec374ec357581f721f5cdc828b7ae (patch) | |
tree | 132905830677e7170c03210f8b849dd43040aee6 /src/main.rs | |
parent | fdae943090463526423f5e43e72cd2f0e8147a1b (diff) | |
download | myslip-0d9c5b7fd7dec374ec357581f721f5cdc828b7ae.tar.gz myslip-0d9c5b7fd7dec374ec357581f721f5cdc828b7ae.zip |
Changed project name
Diffstat (limited to 'src/main.rs')
-rw-r--r-- | src/main.rs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/main.rs b/src/main.rs index 80a4066..c518b82 100644 --- a/src/main.rs +++ b/src/main.rs @@ -1,6 +1,6 @@ -use melisp::parse::parsetree::parse_to_ast; -use melisp::sexp::{SExp::*, SLeaf::Nil}; +use myslip::parse::parsetree::parse_to_ast; +use myslip::sexp::{SExp::*, SLeaf::Nil}; use std::{io, io::Write}; fn main() { |