NFun
NFun copied to clipboard
Char literals support
a:char = /'c'
t:text = [/'h', /'i', /' ']
g:text = [/'a'../'z']
m:text = [1..10].map(rule it.toChar())