labs-lang / labs

LAbS: a Language with Attribute-based Stigmergies - Parser + Code generator
BSD 3-Clause "New" or "Revised" License
7 stars 0 forks source link

Allow constant expressions in array declarations #18

Closed lou1306 closed 5 years ago

lou1306 commented 5 years ago

Declarations like

extern = _size
environment = x: [_size * 2]

should be allowed.

lou1306 commented 5 years ago

(Of course, this comes with additional checks against non-positive-size arrays)