File Input Reinterpretation Engine
- Language Guru Christopher Thomas cpt2132
- System Architect Jason Konikow jk4057
- System Architect Frank Spano fas2154
- Tester Ayer Chan oc2237
- Manager Graham Patterson gpp2109
- TA Advisor John Hui
For help with Docker installation, see here
- Navigate to the repository root
cd plt-f18
- You'll build a docker image:
docker build -t fire .
if you haven't already done so - To run the container:
docker run --rm -it -v `pwd`:/home/fire -w=/home/fire fire
Then inside the container you'll be able to run make
and all build targets.
Note: If you're using a shell other than bash
, like fish
, the syntax for command substitution in step 2 may be different.