Skip to content

loganmhb/cc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

cc

A compiler for a tiny, nearly useless language which is a subset of Kaleidescope.

Usage

# Test program:
lein run test.kl test.ll
clang test.ll
./a.out

# Hello world:
lein run hello.kl hello.ll
clang hello.ll
./a.out

About

compiler for fun and profit

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published