bracket_parse 0.1.2

simple parser for bracketed lists with quoted and unquoted strings
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
Bracket Parse
============

This is intended to convert a bracketd lisp/prolog like string into a tree where each bracket is considered a parent of some kind

Changes v0.1.2

Added tail_n for tail chain skipping as tail().tail() drops the borrow.
Added tail_h for tail(n).head(), again to avoid borrow drops().

Impl Display for Bracket //TODO Escape strings safely 

Coming in v01.3

Iterator on &Bracket