Skip to content

asgii/adze-lang

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Adze

An LLVM front-end for compiling a toy language, currently only to LLVM IR.

One nice thing about the repository is that it illustrates an imperative language, as opposed, e.g., to the functional language in the LLVM tutorial.

Building

You'll need LLVM.

To build:

git init
git clone https://github.com/asgii/adze-lang.git
make clang

or

make gcc

To run:

./adze examples/example.adze

About

Toy language LLVM front-end

Resources

License

Stars

0 stars

Watchers

0 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors