Add initial CLI

This commit is contained in:
Hugo Mårdbrink 2025-08-07 17:42:21 +02:00
parent 5a77cc3bdf
commit dd9831f1b5
4 changed files with 216 additions and 15 deletions

View file

@ -7,13 +7,12 @@ import "core:strings"
import "core:sys/posix"
import "core:os"
import "core:log"
import "core:mem"
import "../parser"
ShellState :: enum {
Continue,
Stop
Stop,
}
maybe_foreground_pid: Maybe(posix.pid_t) = nil