-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathWISHLIST
More file actions
20 lines (17 loc) · 686 Bytes
/
WISHLIST
File metadata and controls
20 lines (17 loc) · 686 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
library features
----
emulate dtc's containers in order to assign the same phandles
pretty-printing: better whitespace heuristics
pretty-printing: more opinionated formatting (e.g. lowercase hex, strip ULL suffixes)
linting (e.g. unit addresses vs regs property)
sorted output tree
error-tolerant parsing
incompatible language features
----
named constants: could emulate cpp #define, or let #foo in an expression search up the tree for a property #foo
automatic semicolon insertion after closing braces
optional digit separators
binary literals
terser syntax for 64-bit cells (for the mixed case of #address-cells = <2>; #size-cells = <1>;)
typed phandle references
in-band schemas