savi-lang / savi

A fast language for programmers who are passionate about their craft.
BSD 3-Clause "New" or "Revised" License
154 stars 12 forks source link

Don't enforce indentation format rules within string literals. #386

Closed jemc closed 1 year ago

jemc commented 1 year ago

Sometimes string literals want interior indentation levels based on the content of the string, but the Savi parser has no idea about this, so it cannot enforce a correct indentation there when it has no idea about the semantics of whatever language is inside the string literal's content.