SKILL: Read Tree from Text File
From: redacted
I would like to convert the contents of a text file, which looks like this:
.a ..b .c ..d ...f
to a tree of symbols such as:
(a (b) c (d (f)))
How should I proceed?
From: Damien Diederen <dd@crosstwine.com>
Date: Mon, 07 Jan 2013 14:31:56 +0100
Hi redacted,
Your problem is a bit underspecified, but I jumped on it as an opportunity to test a small SKILL development workflow I’m working on.
You can have a look and play with the solution in this web-based editor (using Google Chrome or a recent Firefox):
http://s.crosstwine.com/spb/dce54e1c
You will also find the complete package, including documentation in skill-docs/index.html, attached to this message. [Unpacked here -Ed.]
Hope this helps,
Damien Diederen