orangeduck / BuildYourOwnLisp

Learn C and build your own programming language in under 1000 lines of code!
http://www.buildyourownlisp.com/
Other
2.9k stars 394 forks source link

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

Closed png261 closed 2 years ago

png261 commented 2 years ago

https://github.com/orangeduck/BuildYourOwnLisp/blob/3cc63ebcfb412529131b47cc51e2e2bf8b155024/chapter9_s_expressions.html#L333-L341