From d5f5791f8d3fc94d6c3315d9d511339d68f475ae Mon Sep 17 00:00:00 2001 From: booniepepper Date: Mon, 6 Nov 2023 00:30:16 -0800 Subject: [PATCH] move 'repl' word in stdlib.dt to REPL section --- src/stdlib.dt | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/stdlib.dt b/src/stdlib.dt index fef58a8..befbb3a 100644 --- a/src/stdlib.dt +++ b/src/stdlib.dt @@ -157,7 +157,6 @@ ### Unixy things ### [ args deq swap drop ] \shebang-args def! -[ "» " p readln eval repl ] \repl def! ### Parsing ### @@ -174,7 +173,9 @@ \assert-true define -### REPL Helpers ### +### REPL ### + +[ "» " p readln eval repl ] \repl def! [ defs [ [ name ]: green name p norm "\t" p name usage pl ] each ] "( -- ) Print commands and their usage"