LightAndLight / ipso

A functional scripting language.
https://ipso.dev
17 stars 1 forks source link

Disallow newline character in command and string literals #216

Closed LightAndLight closed 1 year ago

LightAndLight commented 2 years ago

Currently newline characters are allowed in command and string literals. If newline characters were disallowed, then we could report more localised errors for unclosed command and string literals.