Skip to content

z-jxy/red

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

48 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Red

Red is a programming lanugage I made to learn more about compilers and LLVM

There's no release for the compiler, so you will need cargo to build it. You can install it here: https://www.rust-lang.org/tools/install

You'll also need a clang compiler available on your path

To run the example from the rust folder:

cargo run -- compile -o hello.out --  examples/codegen.ak
./hello.out "Hello World"

About

LLVM based programming language

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published