summaryrefslogtreecommitdiff
path: root/chain/src/atom
AgeCommit message (Expand)Author
2023-08-10Move the trait `Forest` to the crate "forest".JSDurand
2023-08-04chain/atom/default: Fix nullibility of virtual nodes.JSDurand
2023-08-01Fix some bugsJSDurand
2023-07-21chain/atom/default: add a function to print virtual nodes.JSDurand
2023-07-19chain/atom/default: Make `print_nullables` public.JSDurand
2023-07-18chain/src/atom/default.rs: Add function to print nullablesJSDurand
2023-06-18fixed the bugs of node duplications and left-open nodesJSDurand
2023-06-02Fix a bug of duplication from planting after sploingJSDurand
2023-02-27before a major refactorJSDurand
2023-02-12Added the functionality of split or clone.JSDurand
2023-02-03Finally produced the first correct forestJSDurand
2023-01-22forest: clone correctlyJSDurand
2023-01-20minor refactoringJSDurand
2023-01-20chain: a prototype is added.JSDurand
2023-01-11Record left-linear expansion and forest formatJSDurand
2023-01-03structural change: separate crates outJSDurand