Implicits

This is how i imagine implicits/context to work in my language

Unlike the parameter-passing scheme that other languages use, this implementation is optimized for a large amount of rarely changing values

Building

mkdir -p build && cd build && cmake .. && make