From f85cfb2055551926ed4aeaa0550330d3e4da7569 Mon Sep 17 00:00:00 2001 From: JP Appel Date: Fri, 13 Jun 2025 12:35:37 -0400 Subject: Move debug shell into main binary as a command --- debug_shell/debug_shell.go | 11 ----------- 1 file changed, 11 deletions(-) delete mode 100644 debug_shell/debug_shell.go (limited to 'debug_shell/debug_shell.go') diff --git a/debug_shell/debug_shell.go b/debug_shell/debug_shell.go deleted file mode 100644 index 2ddf467..0000000 --- a/debug_shell/debug_shell.go +++ /dev/null @@ -1,11 +0,0 @@ -package main - -import "os" - -func main() { - // TODO: command line args - state := make(State) - interpreter := NewInterpreter(state, os.Stdin) - - interpreter.Run() -} -- cgit v1.2.3