Skip to content

Latest commit

 

History

History
7 lines (5 loc) · 185 Bytes

README.md

File metadata and controls

7 lines (5 loc) · 185 Bytes

Simple LISP interpreter

A simple LISP interpreter I wrote in 2014 as an experiment how complex is write a LISP intepreter in ANSI C.

Requirements

  • CMake
  • ANSI C/C89 compiler