nilang 0.4.1

A scripting language interpreter for Advent of Code
Documentation
1
2
3
// Map with missing comma between entries
a = {x: 1 y: 2};
print(a);