xorvoid / forsp

Forsp: A Forth+Lisp Hybrid Lambda Calculus Language
MIT License
119 stars 14 forks source link

C99-compliant tagged union for `struct obj` #10

Closed AlexBlandin closed 4 weeks ago

AlexBlandin commented 1 month ago

Just an illustrative PR for Issue #9 so that the diff is available. Tiny changes, and if full C99 is not desired, then for what it's worth, I feel like the current code is nicer, it just needs to be marked as C11.