Commit graph

18 commits

Author SHA1 Message Date
d02f33ee17
ReprTree: add halo type 2024-05-31 00:07:25 +02:00
fdecc29e80
clean up posint example & use u64 instead of usize in PositionalUInt trait 2024-05-30 23:11:50 +02:00
40a5da4512
int example & testing out more int projections 2024-05-25 00:39:47 +02:00
edf088b853
add vec-access to ReprTree and morphism to collect <List Char> to <Vec Char> 2024-03-23 20:57:07 +01:00
ecaa74ccfd
add morphism to extract value-list from ListEditor 2024-03-21 10:37:24 +01:00
658f5c1000
refactor ReprTree
- ReprLeaf with In- & Out-Ports
- Optional Buffers
2024-03-15 18:54:45 +01:00
03dc9f1133
add ReprTreeExt trait for Arc<Rwlock<>> 2024-03-10 19:27:51 +01:00
77d9e64531
add notes, formatting, shallow simplifications 2024-03-10 14:04:08 +01:00
0ac4a34743
example wip: create display for edit tree 2024-01-18 19:44:11 +01:00
fdf2d60b35
MorphismBase: fix deadlock 2024-01-18 19:44:04 +01:00
8471c7a90f
move morphism to editors/char mod 2024-01-18 19:44:02 +01:00
668b0b8b96
rename NestedNode to EditTree 2024-01-18 19:43:57 +01:00
47a35f22b7
some work on repr tree example 2024-01-18 19:43:54 +01:00
97a5b580df
wip: deactivate code to make it compileable 2024-01-18 19:43:45 +01:00
193b8c8cac
implement MorphismBase, remove data from NestedNode 2024-01-18 19:32:49 +01:00
be3eefc3a5
edit tree: split node struct into sub structs 2023-11-29 18:12:04 +01:00
39fbae7740
remove debug prints 2023-11-29 17:37:47 +01:00
85b614a9bb
further restructuring 2023-11-28 20:52:25 +01:00