tree/doc.go
Maxim Lebedev e00ceba8eb 🔖 Released v0.1.0
Just parsing io.Reader to get Node tree
2022-01-06 23:55:55 +05:00

14 lines
484 B
Go

/*
Package tree is a subset of a class of languages called two dimensional
languages.
One dimensional languages assume a one dimensional array of bits with a single
read head moving in order.
Two dimensional languages break those assumptions. There may be multiple read
heads that can move not just on the x axis but on the y axis as well.
Tree Notation is a middle ground that utilitizes ideas from the two dimensional
language world using present day technology.
*/
package tree