Support C macros in more locations
joelspadin opened this issue · 1 comments
joelspadin commented
#define
can technically be placed anywhere but are currently only allowed at the top level. Consider supporting it inside nodes.
Function-like macros can be used to insert entire DT nodes but are currently only allowed inside property values. Consider supporting them inside nodes.
joelspadin commented
#define
s handled by #11