tokay 0.6.13

Tokay is a programming language designed for ad-hoc parsing.
Documentation
1
2
3
4
5
6
7
8
9
10
11
#testmode:repl

l = (1 void 2)
l
l += void
l + (3 void 4)

#---

#(1, 2)
#(1, 2, 3, 4)