Akuli / jou

Yet another programming language
MIT License
11 stars 4 forks source link

Add test for *array #474

Closed Akuli closed 6 months ago

Akuli commented 6 months ago

In Jou (unlike in C), you are supposed to use the * operator only with pointers, not with arrays. This already works as expected, but there wasn't a test.