Comparison

teal-src/util/datamapper.tl @ 11469:087d710ed520

util.datamapper: Clear done TODO (arrays) Relevant commits: * 6a51749af7f4 * 0e00fa518688 * d1982b7eb00d * c098d07e6717 * 348b191cd850
author Kim Alvefur <zash@zash.se>
date Sun, 21 Mar 2021 02:26:28 +0100
parent 11468:348b191cd850
child 11470:5ebad952ebf7
comparison
equal deleted inserted replaced
11468:348b191cd850 11469:087d710ed520
12 -- XML Object Extensions: 12 -- XML Object Extensions:
13 -- text to refer to the text content at the same time as attributes 13 -- text to refer to the text content at the same time as attributes
14 -- x_name_is_value for enum fields where the <tag-name/> is the value 14 -- x_name_is_value for enum fields where the <tag-name/> is the value
15 -- x_single_attribute for <tag attr="this"/> 15 -- x_single_attribute for <tag attr="this"/>
16 -- 16 --
17 -- TODO arrays
18 -- TODO pointers 17 -- TODO pointers
19 -- TODO cleanup / refactor 18 -- TODO cleanup / refactor
20 -- TODO s/number/integer/ once we have appropriate math.type() compat 19 -- TODO s/number/integer/ once we have appropriate math.type() compat
21 -- 20 --
22 21