tremor-script 0.9.0

Tremor Script Interpreter
let this = "that";
let bla = "blubb";
match true of
  case true when "snot" => `this`
  default => bla
end;
let the = "line";
let `won't` = "show";