sasagawa888 / eisl

ISLisp interpreter/compiler
Other
272 stars 22 forks source link

Fix TCC compilation support #230

Closed Irvise closed 1 year ago

Irvise commented 1 year ago

TCC does not have support for static evaluation/expressions in static const variables. This fixes it. There is an extra fix for compiling in RISC-V with TCC, as it is a bit limited there. I can proudly say that make WITHOUT_CURSES=1 CC=tcc works fully in x86_64! This should be the end journey for #225

sasagawa888 commented 1 year ago

Thank you.