// other = /[^\t\n\r 0-9A-Za-z]/
OTHER =
    val:[^\t\n\r 0-9A-Za-z]
    {
        return token.createOther(val);
    }