phenomeno / lisp-interpreter

A LISP interpreter that took too many nights to write.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

lisp-interpreter

A LISP interpreter that took too many nights to write.

To-do

[x] Lexer [x] Recursive Descent Parser [x] AST Interpreter

How to run

gcc linked_list.c hash_table.c tree.c interpreter.c

./a.out b.txt

About

A LISP interpreter that took too many nights to write.


Languages

Language:C 100.0%