8000 GitHub - sestinj/crho: A first stab at a compiled language
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

sestinj/crho

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

0