Join Nostr
2025-04-01 10:52:25 UTC
in reply to

LR on Nostr: we have generated some code. instead of generating plain C++ expressions i employ the ...

we have generated some code. instead of generating plain C++ expressions i employ the same technique i did with the scopes² prototype: generate macro expressions and let the preprocessor translate.

left is an impression of what the output looks like (header file). right is the file used to translate it to C definitions. most of it is stubs so the code compiles at all.

#devlog #scopes