tan-formatting 0.16.0

Formatting infrastructure for the Tan Language
Documentation
1
2
3
4
5
6
7
8
(let logo (Func [size]
    (let a 5)

    (let component (Func [angle]
        (circle center-x center-y innder-radius)
        angle
    ))
))