tokay 0.6.13

Tokay is a programming language designed for ad-hoc parsing.
Documentation
1
2
3
4
5
6
7
P : @<X> { 'x' print("Works!") }
#P<'z'>
P
#---
#xxx
#---
#ERR:Line 3, column 1: 'P' requires assignment of generic argument 'X'