Skip to content

The course project of Programming Languages and Translators.

Notifications You must be signed in to change notification settings

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

About

The course project of Programming Languages and Translators.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •