Sign inSign up

nathanls/compilers323

By nathanls

•Updated over 7 years ago

Compilers 323 group project for CSUF.

Image
0

210

nathanls/compilers323 repository overview

⁠Compilers 323 RAT18F group project

⁠Getting started

Running our application through Docker⁠ is easy! Create a text file in your current working directory that you wish to parse and run via Docker:

docker run -it --rm -v ${PWD}:/app nathanls/compilers323 -i TestFile.txt

This will take the 'TestFile.txt' input file and run it through the compiler. The preprocessor, lexical analysis, and syntax analysis files will be generated in the current directory.

To see all available arguments, run:

docker run -it --rm -v ${PWD}:/app nathanls/compilers323 --help

Tag summary

Content type

Image

Digest

Size

78.6 MB

Last updated

over 7 years ago

docker pull nathanls/compilers323