| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Simple compiler for a toy language using llvm framework
set x : int ! //variable declaration example
x @ 12 ! //variable assignment example
set x : int @ 12 ! //variable initialization
loop [12]{ //loop 120 times
loop[10]{
x @ = 11!
}!
}!
git clone https://github.com/OpenSourceZombie/whatever.git
cd whatever/src
make
#run tests
make testBecause.
| Back | FazBrowse Home | New Git URL |