nojanath / SublimeKSP

Fork of Nils Liberg's SublimeKSP plugin. See README for details.
GNU General Public License v3.0
86 stars 18 forks source link

Multi-dimensional arrays fail checking for variable prefix #373

Open mkruselj opened 1 year ago

mkruselj commented 1 year ago

Very simple:

on init
    declare foo[2, 2]
    message(%foo[0, 0])
end on

This fails the test at L1174 in ksp_compiler.py