europalang / Europa-Lang

A fun and simple language with NO classes whatsoever!
MIT License
22 stars 5 forks source link

Fix array parser #18

Closed 19wintersp closed 3 years ago

19wintersp commented 3 years ago

[1, 2, 3] and [1, 2, 3,] are equivalent.

[,] will throw SyntaxError.

cursorweb commented 3 years ago

Looks good!