core-lightning/tools/gen
Rusty Russell 8f39002715 tools/generate-wire.py: have printwire routines do demarshal.
This works better in general: let printwire_x do the work of figuring
out how to demarshal x.  This is particularly important for TLVs, which
require a call to tlv_x_new() first.

Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
2022-03-25 13:55:44 +10:30
..
header_template wire/tlvstream: add tlv_make_fields helper to populate ->fields array. 2020-12-04 20:16:54 -06:00
impl_template tools/generate_wire.py: allow generated C files to have includes added. 2022-03-25 13:55:44 +10:30
print_header_template tools/generate-wire.py: simplify printwire routines, fix ... handling. 2022-03-25 13:55:44 +10:30
print_impl_template tools/generate-wire.py: have printwire routines do demarshal. 2022-03-25 13:55:44 +10:30