C89 lisp implementation
This repository has been archived on 2024-07-29. You can view files and clone it, but cannot push or open issues or pull requests.
Go to file
Peter McGoron b897cc6d25 new expression parser with explicit stack for error handling 2024-06-23 00:30:44 -04:00
Makefile parsing 2024-06-21 00:22:44 -04:00
README.rst improper lists, floats 2024-06-21 22:45:46 -04:00
main.c new expression parser with explicit stack for error handling 2024-06-23 00:30:44 -04:00
prelude.scm new expression parser with explicit stack for error handling 2024-06-23 00:30:44 -04:00

README.rst

=============
Flatrate LISP
=============

Flatrate is a minimalistic LISP. It's designed to test out my garbage
collectors. It is C89+ and as portable as one can reasonably make a
program.

The default macro system is non-hygenic.