Commit Graph

9 Commits

Author SHA1 Message Date
88c0945e47 Implemented the exec builtin
Fixed readline and terminal interactions using stdin instead of /dev/tty
2026-02-20 12:17:48 -05:00
763b8ea73e updated .gitignore 2026-02-19 00:01:31 -05:00
ae3c9a0445 Implemented proper variable scoping
Extracted business logic out of signal handler functions

Consolidated state variables into a single struct

Implemented var types
2026-01-28 19:30:48 -05:00
7bb989430b added snapshots to gitignore 2025-05-18 14:50:31 -04:00
e8218bf828 Parser tweaks 2025-05-08 21:21:23 -04:00
a16ad981bc implemented globbing and tilde expansions 2025-03-28 12:02:34 -04:00
182182cacb Implemented logic for loops and if statements 2025-03-16 14:28:49 -04:00
e62586fe3d Implemented assignments, working on job control 2025-03-15 16:57:34 -04:00
e7a84f1edd Initial commit for fern 2025-03-02 16:32:15 -05:00