Skip to content

A docker container which runs the CS 260 Program Analysis c2ir script

License

Notifications You must be signed in to change notification settings

hitomi-nakayama/ucsb-cmpsc-260-c2ir-docker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 

Repository files navigation

c2ir-docker

This dockerfile and script allow you to run a containerized version of c2ir. This project is intended for those who are running a *nix system but are unable to run the ll2ir binary natively.

Installation

Build the Docker image.

docker build -t c2ir .

Usage

./run-c2ir.sh my-file.c

This script will automatically create a docker container, process the .c file, and output the result into the same directory as the .c file.

Note: The ./run-c2ir.sh script will mount my-file.c's entire parent directory inside of the docker container. Do not run this on a file located inside of an important directory.

About

A docker container which runs the CS 260 Program Analysis c2ir script

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published