sasagawa888 / eisl

ISLisp interpreter/compiler
Other
272 stars 22 forks source link

Fix constant expression support for TCC #229

Closed Irvise closed 1 year ago

Irvise commented 1 year ago

TCC does not support statict const as a compile time expression, this fixes it. I know it is not stylistic C code but... With this I can say that TCC compiles Easy-ISLisp without issue and without curses support! See #228 for reference.