savi-lang / savi

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

Fix indentation of heredoc-like strings (`<<<>>>`) on Windows. #378

Closed jemc closed 1 year ago

jemc commented 1 year ago

The part of the compiler that processes these strings to remove indentation was previously not taking the possibility of Windows-style line endings (\r\n) into account. Now it does.