nilang 0.4.1

A scripting language interpreter for Advent of Code
Documentation
1
2
3
4
a = 1;
b = 2 // missing semi colon!
c = 3;
d = 4;