tan-formatting 0.16.0

Formatting infrastructure for the Tan Language
Documentation
1
2
3
4
5
6
7
8
9
10
11
(for [x 0..10]
    (writeln x)
)

(for [x 0..10|3]
    (writeln x)
)

(for [x 0.2..10.2|3.1]
    (writeln x)
)