a79f60a203f3f42a6c3c21fccd7c0ee05de8c66e
Generic definition of tagged pointers, along with simple constructor/destructors should be in lisp.h for use by other headers. sys.h on the other hand contains all the general system methods.
┌───────────────────────────────┐ │ _ _ │ │ /\ | | (_) │ │ / \ | | _ ___ _ __ │ │ / /\ \ | | | / __| '_ \ │ │ / ____ \| |____| \__ \ |_) | │ │ /_/ \_\______|_|___/ .__/ │ │ | | │ │ |_| │ └───────────────────────────────┘ Arya's Lisp! Or... Another Lisp. However full you see the glass. Goals: - Working, self hosted, Lisp interpreter (probably something like R5RS or R7RS). - Bytecode compiler and interpreter - Native compilation option
Languages
C
98.3%
Makefile
1.7%