From e4ccee85e607c149ae1d14d66b344ae27c4c6528 Mon Sep 17 00:00:00 2001 From: Preston Pan Date: Sat, 20 Jan 2024 18:05:18 -0800 Subject: remove stemlib --- stemlib/repl.stem | 6 ------ 1 file changed, 6 deletions(-) delete mode 100644 stemlib/repl.stem (limited to 'stemlib/repl.stem') diff --git a/stemlib/repl.stem b/stemlib/repl.stem deleted file mode 100644 index 2b0a83c..0000000 --- a/stemlib/repl.stem +++ /dev/null @@ -1,6 +0,0 @@ -"./stdlib.stem" fread strquote eval -"./math.stem" include - -# You can make your own REPL by changing the code! - -repl [ "> " . read strquote eval repl ] def repl -- cgit