justinethier / cyclone

:cyclone: A brand-new compiler that allows practical application development using R7RS Scheme. We provide modern features and a stable system capable of generating fast native binaries.
http://justinethier.github.io/cyclone/
MIT License
823 stars 42 forks source link

Add unit testing for runtime #522

Open justinethier opened 7 months ago

justinethier commented 7 months ago

Add the ability to unit test the C code runtime. This can start small and increase in size over time.