Skip to content

Writing a compiler for smpl (course project CS241, UCI, professor Franz)

Notifications You must be signed in to change notification settings

sepy97/smpl_compiler

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 

Repository files navigation

smpl_compiler

Writing a compiler for smpl (course project CS241, UCI, professor Franz)

Build

cd smpl_compiler/ make

Run

./compiler sourcefile1.smpl sourcefile2.smpl

The output will be in sourcefile1.smpl.IR and sourcefile2.smpl.IR, these files contain dot graph code, so that you can construct graphs of the generated IR.

About

Writing a compiler for smpl (course project CS241, UCI, professor Franz)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published