joelspadin/tree-sitter-devicetree

Support C macros in more locations

joelspadin opened this issue · 1 comments

#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.

#defines handled by #11