tokay 0.6.13

Tokay is a programming language designed for ad-hoc parsing.
Documentation
1
2
3
4
5
6
7
8
P : @<X: y> { X print("Doesn't work!") }
P : @<X: Y> { X print("Doesn't work as well!") }
#---
#x
#---
#ERR:Line 1, column 7: Generic 'X' defines consumable, but 'y' is not consuming
#ERR:Line 1, column 10: Use of undefined name 'y'
#ERR:Line 2, column 10: Use of undefined name 'Y'