/Lisp

LISP Interpreter Project

Primary LanguageC++

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 "$".