Manager: Jia Zhang
System Architecture: Haikuo Liu
Language Guru: Zehao Song
Tester: Qing Lan
LLVM & Clang
Create a soft-link to lli
sudo ln -s /usr/local/opt/llvm38/bin/lli-3.8 /usr/local/bin/lli
make all
make test
Create the following test.in
file
print("Hello World!");
Run sh circline.sh test.in
in terminal
Output
Hello World!