aboutsummaryrefslogtreecommitdiffstats
path: root/pkg/shell/shell.go
diff options
context:
space:
mode:
Diffstat (limited to 'pkg/shell/shell.go')
-rw-r--r--pkg/shell/shell.go14
1 files changed, 0 insertions, 14 deletions
diff --git a/pkg/shell/shell.go b/pkg/shell/shell.go
index f7dc350..34d2d40 100644
--- a/pkg/shell/shell.go
+++ b/pkg/shell/shell.go
@@ -9,20 +9,6 @@ import (
"golang.org/x/term"
)
-var commands = []string{
- "help",
- "clear",
- "let",
- "del",
- "slice",
- "rematch",
- "repattern",
- "tokenize",
- "opt_simplify", "opt_tighten", "opt_flatten", "opt_sort", "opt_tidy", "opt_contradictions", "opt_compact", "opt_strictEq",
- "parse",
- "compile",
-}
-
func (inter *Interpreter) runNonInteractive() error {
scanner := bufio.NewScanner(os.Stdin)
for scanner.Scan() {