Skip to content

Latest commit

 

History

History
23 lines (18 loc) · 342 Bytes

README.md

File metadata and controls

23 lines (18 loc) · 342 Bytes

LISP-Interpreter

A LISP interpreter and REPL implementation in Python (under development).

Implemented:

  • REPL;
  • Tokenizer, Parser;
  • Calculator;
  • Variables, Environments;
  • Functions;
  • Conditionals;
  • Lists, Built-in List Functions;
  • LinkedList;
  • begin
  • let and set!.

To do:

  • Strings;
  • Lambda;
  • Constants;
  • Others.