sestinj / crho

A first stab at a compiled language

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

A first stab at a compiled language


Languages

Language:C++ 100.0%