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

Fixed LASSERT typo #69

Closed fahrbach closed 10 years ago

fahrbach commented 10 years ago

In builtin_eval: LASSERT_TYPE("tail", a, 0, LVAL_QEXPR); --> LASSERT_TYPE("eval", a, 0, LVAL_QEXPR);

orangeduck commented 10 years ago

Thanks!