Skip to content

jimmykobe1171/circline

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Circline

Manager: Jia Zhang

System Architecture: Haikuo Liu

Language Guru: Zehao Song

Tester: Qing Lan

Prerequisite

LLVM & Clang

Create a soft-link to lli

sudo ln -s /usr/local/opt/llvm38/bin/lli-3.8 /usr/local/bin/lli

Compile & Test

make all
make test

Hello World

Create the following test.in file

print("Hello World!");

Run sh circline.sh test.in in terminal

Output

Hello World!

Examples:

ex1

ex1

for more examples and details of circline, please refer to the docs in Report file