b87a0c473abd543b6e6d6e95faa6f783df23a285
We're going to be using C to compile our Lisp eventually, so I need to have a header file for compilation to work. We can still separate out the implementation details into separate files (then generate a shared library for usage in the link stage) but we need this header file to be singular and clean.
Description
Languages
C
98.3%
Makefile
1.7%