Parentis is a language that is being created following the excellent book "Build Your Own Lisp".
- MPC
- libedit
$ gcc -std=c99 -Wall parentis.c mpc.c -ledit -lm -o parentis
Parentis is a language that is being created following the excellent book "Build Your Own Lisp".
$ gcc -std=c99 -Wall parentis.c mpc.c -ledit -lm -o parentis