Skip to content

Latest commit

 

History

History
16 lines (7 loc) · 367 Bytes

README.md

File metadata and controls

16 lines (7 loc) · 367 Bytes

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