So I've spent some time reading the docs but for anything but the most basic of languages the tutorials aren't enough and it's hard to go through the whole docs of the language. I get lost too easily.
How would I create a "&"#someStringUtf8"
parser?
Does the charLiteral
work only with ASCII chars or does it support any kind of UTF8 character (numbers etc.)?