aboutsummaryrefslogtreecommitdiff
path: root/stemlib/repl.stem
blob: 0131c184e0cef4cffe5defe3ce08fd941caa3854 (plain)
1
2
3
4
5
6
"./stdlib.stem" fread strquote eval
"./math.stem" include

# You can make your own REPL by changing the code!

repl [ "> " . read strquote eval repl ] func repl