/crho

A first stab at a compiled language

Primary LanguageC++

C Rho

0th attempt at a compiler.

# Compile
clang++ -g -O3 toy.cpp `llvm-config --cxxflags --ldflags --system-libs --libs core` -o toy
# Run
./toy