samrushing/irken-compiler

change syntax of `for-range`

samrushing opened this issue · 0 comments

Gaz has a better 'for' syntax, we should backport that to irken.

(for-range (i 5) ...)
(for-range (i 10 20) ...)
(for-range (i 0 100 5) ...)