nilang 0.4.1

A scripting language interpreter for Advent of Code
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
{$a: 0, $b: 1, $c: 2}
{$b: 1, $c: 2}
{$c: 2}
{}
{2: 2, 1: 1, 0: 0}
{2: 2, 1: 1}
{2: 2}
{}
{false: false, null: null, true: true}
{false: false, true: true}
{false: false}
{}
{}