Skip to content

lanking520/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

Releases

No releases published

Packages

No packages published

Languages

  • OCaml 62.6%
  • C 29.5%
  • Shell 2.7%
  • Standard ML 2.7%
  • Makefile 2.5%