Nathan-LS / Compilers323

RAT18F Compiler construction

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

RAT18F Compiler construction

License:GNU General Public License v3.0


Languages

Language:Python 99.4%Language:Dockerfile 0.6%