Implemented proper variable scoping

Extracted business logic out of signal handler functions

Consolidated state variables into a single struct

Implemented var types
This commit is contained in:
2026-01-28 19:30:48 -05:00
parent 8ad53f09b3
commit ad0e4277cb
17 changed files with 2154 additions and 1127 deletions

View File

@@ -4,7 +4,7 @@ description = "A linux shell written in rust"
publish = false
version = "0.1.0"
edition = "2021"
edition = "2024"
[profile.release]
debug = true