From 76682e64d4c2d7c95d0cbfbb5d45915715d1a382 Mon Sep 17 00:00:00 2001 From: nathanmarz Date: Sun, 12 Feb 2017 12:22:05 -0500 Subject: [PATCH] update README --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index 2d63f33..69de503 100644 --- a/README.md +++ b/README.md @@ -295,7 +295,6 @@ Here's how to reverse the positions of all even numbers in a tree (with order ba # Future work - Integrate Specter with other kinds of data structures, such as graphs. Desired navigations include: reduction in topological order, navigate to outgoing/incoming nodes, to a subgraph (with metadata indicating how to attach external edges on transformation), to node attributes, to node values, to specific nodes. - Make it possible to parallelize selects/transforms -- Any connection to transducers? # License