|
aed4cad1e4
|
add morphisms to create edittree from/to digit/char and generic lists
|
2024-09-02 00:14:09 +02:00 |
|
|
0bcfd7a65a
|
call edittree_hook in morphisms already, add edittree() getter in ReprTreeExt to further simplify application code
|
2024-08-09 23:00:31 +02:00 |
|
|
6e2b82585e
|
in context.apply_morphism() now use find_morphism_path() to automatically find chained morphisms to create projections in ReprTree
|
2024-08-06 16:20:02 +02:00 |
|
|
4c0e9da2d3
|
fixup examples
also fix behaviour of insert_leaf() & attach_leaf_to() when type of current repr-node occurs inside the type of the leaf
|
2024-08-03 15:44:04 +02:00 |
|
|
a3c701ce88
|
automatically generate list-map morphisms in find_morphism()
this allows us to now to create <List EditTree> from <List Char>
with apply_morphism()
|
2024-08-02 21:58:14 +02:00 |
|
|
6e8bb0aeb5
|
apply_list_map_morphism
|
2024-08-01 18:35:57 +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 |
|
|
91e56d876d
|
digit editor: create char repr if not available
|
2024-03-23 21:32:12 +01:00 |
|
|
658f5c1000
|
refactor ReprTree
- ReprLeaf with In- & Out-Ports
- Optional Buffers
|
2024-03-15 18:54:45 +01:00 |
|