tokay 0.6.13

Tokay is a programming language designed for ad-hoc parsing.
Documentation
1
2
3
4
5
f : @x=y { print("Doesn't work!", x); }
y = 42
f
#---
#ERR:Line 1, column 8: Variable 'y' used in static context