Skip to content

Latest commit

 

History

History
17 lines (9 loc) · 522 Bytes

README.md

File metadata and controls

17 lines (9 loc) · 522 Bytes

Lisp Interpreter

(Work In Progress)

A Lisp interpreter in python with individual parsers which parse: space_parser, bracket_parser, keyword_parser, number_parser, declarator_parser, lambda_parser, if_parser, binary_parser, arithemetic_parser, unary_parser.

Provided example lisp files for testing.

Usage

Enter the file_name in the terminal after starting the program with command python3 lisp_interpreter.py

License

See the LICENSE file for license rights and limitations (MIT)