Katherine
Katherine
Oh! Right :) So this isn't uninitialised data.
I suppose in general this ought to be "hunt every variable which isn't exposed, and expose it"...
Thank you! I need to regenerate the content on the website. I haven't found a moment to do that yet :/
I guess it's probably least confusing to name this `-std=...`
Sort of. -Y loads a tcc environment. Environments contain all sorts of configuration (as I'm sure you've seen). They can set paths for things, command line flags, etc. Meanwhile we...
Hi, thank you for this. At the time I wrote it, I'd only intended the BNF output to be approximate, for humans rather than for machines to parse. I'd be...
Hi, sorry I missed this issue earlier. I'm actually unsure how to address this in general. I suppose we ought to have it done at build time, but none of...
Thank you so much! Nicely done. I want to play with running this a bit, before I go ahead and merge it. If we do go ahead with this, I...
Here's my solution for the same problem in my own makefiles: https://github.com/katef/kmkf/commit/da93dd7e2acd738f9a4fc24628416e98857c3c60 This detaches the dependencies for generating source, so that sid and friends are only ever run from an...
I commented on #109 about gen_tokens, and explained some of the reorganisation there. Yes, that readme needs updating.