commit 2b73c245b2da259ff72a3a29ccd7211a6429c0cf Author: Pekka Laiho Date: Tue May 26 15:43:59 2020 +0700 start diff --git a/lisp.php b/lisp.php new file mode 100644 index 0000000..51433c6 --- /dev/null +++ b/lisp.php @@ -0,0 +1,119 @@ + '); + + print('% '); + + try { + ml_rep($input); + } catch (MadLispException $ex) { + print('error: ' . $ex->getMessage()); + } + + print(PHP_EOL); +}