rupamk / Lisp

LISP Interpreter Project

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Contains Lisp Interpreter. There are two folders:

Part 1:

    1. outputs the dot notation of the inputs until it gets a "$$" as input.

    2. waits for a complete input expressions after "$".

Part 2:

1. outputs the evaluated inputs and dot notation of the inputs until it gets a "$$" as input.

2. waits for a complete input expressions after "$".

About

LISP Interpreter Project


Languages

Language:C++ 98.0%Language:Makefile 2.0%