lithp


Naive (but easy to understand) lisp interpreter written in c

Lithp is a relatively simple minded attempt at writing a lisp dialect. Every language element (macros, functions, lambdas) are first class members of the language. It's scoping rules are somewhat similar to scheme's.

Lithp was a project for personal enrichment and isn't intended for anything serious. Play with it and it will break. If you fix it you can send me the patches.

Author's Home.

Project Information

Labels:
lisp interpreter ast parser orthogonal