Skip to content

Commit

Permalink
move 'repl' word in stdlib.dt to REPL section
Browse files Browse the repository at this point in the history
  • Loading branch information
booniepepper committed Nov 6, 2023
1 parent a50d042 commit d5f5791
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/stdlib.dt
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,6 @@
### Unixy things ###

[ args deq swap drop ] \shebang-args def!
[ "» " p readln eval repl ] \repl def!


### Parsing ###
Expand All @@ -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"
Expand Down

0 comments on commit d5f5791

Please sign in to comment.