tokay 0.6.13

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

"Glasflügel".upper().replace("L")  # explicit
"Glasflügel".upper.replace("L")  # implicit

#---

#"GASFÜGE"
#"GASFÜGE"