joelspadin / tree-sitter-devicetree

Tree-sitter grammar for Devicetree files
MIT License
28 stars 5 forks source link

Support C macros in more locations #1

Open joelspadin opened 2 years ago

joelspadin commented 2 years ago

#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 10 months ago

#defines handled by #11