diff options
author | Preston Pan <preston@nullring.xyz> | 2024-01-20 18:05:18 -0800 |
---|---|---|
committer | Preston Pan <preston@nullring.xyz> | 2024-01-20 18:05:18 -0800 |
commit | e4ccee85e607c149ae1d14d66b344ae27c4c6528 (patch) | |
tree | db73dbb3fc5d27828fb7527ea8e3a876542ec7f9 /stemlib/repl.stem | |
parent | 14014d789d36a609d3819a79444696cb435c817c (diff) |
remove stemlib
Diffstat (limited to 'stemlib/repl.stem')
-rw-r--r-- | stemlib/repl.stem | 6 |
1 files changed, 0 insertions, 6 deletions
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 |