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