samrushing/irken-compiler

use #[1 2 3] for creating vectors

jeske opened this issue · 0 comments

jeske commented

Irken should use #[1 2 3] for creating vectors instead of #(1 2 3).

This will be more congruent with using x[y] to access vector elements.