nilang 0.4.1

A scripting language interpreter for Advent of Code
Documentation
1
2
3
// List with missing closing bracket
a = [1, 2, 3;
print(a);