Skip to content

Latest commit

 

History

History
17 lines (16 loc) · 588 Bytes

README.md

File metadata and controls

17 lines (16 loc) · 588 Bytes

Lispi

Lispi - a LISP compiler coded in C!

Coded in pure C language, to replicate almost all of the features of popular LISP languages, not just this, adding even more features which are rather unique to other LISPS out there. Some of the features included are:

  • Numerical & Mathematical Operations
  • Logical, Conditional & Boolean Operators
  • Advanced Operators
  • String Operations
  • Sub-Expressions
  • Quote-Expressions
  • Complex Expressions
  • Comments
  • Custom function definition
  • Robust & verbose error reporting & handling
  • File inclusion for loading custom scripts