mel-project / melodeon

1 stars 0 forks source link

Increase max literal length #30

Open sadministrator opened 2 years ago

sadministrator commented 2 years ago

The current max literal length is capped at 512 bytes (exceeding it results in a TooManyBytes error which can be worked around with string concatenation, but it is oftentimes a tedious process) but many applications require a higher limit.

I'm not 100% sure what a good ceiling would be though, maybe 8192 bytes?