Compilation
You can compile this with the same command as was used in the second chapter.
cc -std=c99 -Wall prompt.c -o prompt
After compiling this you should try to run it. You can use Ctrl+c
to quit the program when you are done. If everything is correct your program should run something like this.
Lispy Version 0.0.0.0.1
Press Ctrl+c to Exit
lispy> hello
No you're a hello
lispy> my name is Dan
No you're a my name is Dan
lispy> Stop being so rude!
No you're a Stop being so rude!
lispy>
当前内容版权归 orangeduck 或其关联方所有,如需对内容或内容相关联开源项目进行关注与资助,请访问 orangeduck .