orangeduck/BuildYourOwnLisp

it's not work until I remove eval_op() and eval(). It's hard to follow

Closed this issue · 0 comments

<p>If this is successful you should see something like the following when entering input to your program.</p>
<pre><code data-language='lispy'>lispy&gt; + 2 2
(+ 2 2)
lispy&gt; + 2 (* 7 6) (* 2 5)
(+ 2 (* 7 6) (* 2 5))
lispy&gt; * 55 101 (+ 0 0 0)
(* 55 101 (+ 0 0 0))
lispy&gt;</code></pre>