From 0976fff43aa7cd8c6f0a87d58b765539c45754be Mon Sep 17 00:00:00 2001 From: hppeng Date: Thu, 30 Jun 2022 08:03:41 -0700 Subject: [PATCH] Working atree encoder and decoder --- builder/index.html | 10 +-- crafter/index.html | 2 +- credits.txt | 20 ++++++ js/atree.js | 146 +++++++++++++++++++++++++------------- js/atree_constants.js | 4 -- js/build_encode_decode.js | 80 +++++++++++++++++++-- js/builder_graph.js | 18 ++++- js/display.js | 2 +- js/utils.js | 4 +- 9 files changed, 218 insertions(+), 68 deletions(-) create mode 100644 credits.txt diff --git a/builder/index.html b/builder/index.html index 066fa2a..2d20f35 100644 --- a/builder/index.html +++ b/builder/index.html @@ -429,7 +429,7 @@
@@ -618,11 +618,11 @@