koka-lang / koka

Koka language compiler and interpreter
http://koka-lang.org
Other
3.26k stars 161 forks source link

fix range ends #406

Closed TimWhiting closed 9 months ago

TimWhiting commented 9 months ago

This just moves the adjustment so that positions are correct (1 indexed in koka), and the adjustments to the end of the range to make it inclusive are done on the range side.