Skip to content

geekskool/Lisp-interpreter-python3

Repository files navigation

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)

About

Lisp interpreter in python 3

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published