tomhrr / dale

Lisp-flavoured C
BSD 3-Clause "New" or "Revised" License
1.02k stars 48 forks source link

Non-CTO forms within CTO modules not handled correctly #143

Closed tomhrr closed 7 years ago

tomhrr commented 7 years ago

If a module is marked as cto, but contains a binding within it that is used at runtime, compilation will fail due to that binding not being available.