#!/usr/bin/env bash

./mbc $1 > a.ll &&
clang -o a.out a.ll lib.a
