Commit graph

6 commits

Author SHA1 Message Date
trans_soup
1097974534 add readme. 2023-07-16 15:22:58 +02:00
trans_soup
0ca932c700 clean up dev branch to make merging easier. 2023-07-16 15:15:17 +02:00
trans_soup
9f5473cea8 fix bug with attribute setting.
(with a hack solution made without understanding how setting different
kinds of element attributes work.)
2023-07-16 15:09:10 +02:00
trans_soup
05cd4cb3c9 fix bug.
fix bug with attribute setting.

also assume no attributes & children if none are provided.
2023-07-16 15:01:34 +02:00
trans_soup
416d31b1ad add function elements and global state.
function elements as in, when `json_to_html` encounters a function,
it'll evaluate it and then use that value as input instead.

global state as in, a single state accessible by all nodes that are
created from a `json_to_html` call.
2023-07-15 04:36:23 +02:00
trans_soup
8f45f69d09 init. 2023-07-14 21:47:43 +02:00