mirror of
https://github.com/vonhyou/lisp-interpreter.git
synced 2025-06-08 02:02:01 +00:00
update prompt
This commit is contained in:
parent
b3adb30967
commit
6b82c52a52
1 changed files with 1 additions and 1 deletions
|
@ -115,7 +115,7 @@ end
|
||||||
|
|
||||||
##### REPL
|
##### REPL
|
||||||
|
|
||||||
def repl(prompt='minlisp>> ')
|
def repl(prompt='minlisp ƛ>> ')
|
||||||
loop do
|
loop do
|
||||||
print prompt
|
print prompt
|
||||||
val = lisp_eval(parse(gets.chomp))
|
val = lisp_eval(parse(gets.chomp))
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue