nilang 0.4.1

A scripting language interpreter for Advent of Code
Documentation
1
2
3
4
5
6
7
print("Calculating Important Data!");

important_data = {
  foo: 60 + 9
};

return important_data;