This post discusses the implementation of a Lisp interpreter in the C language, including the Lisp reader and writer. It explains how to lexically analyze a Lisp expression, create a list structure using pairs, and convert a C string into tokens. The post provides enough information to start evaluating different syntactic expressions.

4m read time From swatson555.github.io
Post cover image
Table of contents
Roll A Lisp In C - ReadingReaderWritterRead, eval, print loopFurther Reading
1 Comment

Sort: