This repo holds lab programs done for the subject CS341: Compiler Lab Design, 2015 Scheme. The repo gets you the program code, as well as its script to run them. The record works are build using Latex.
Download and install Git, Latex, GCC, Lex, Yacc, Python onto your local machine.
To clone this repo
git clone https://github.com/edwinjosegeorge/CompilerLabGCEK.gitTo get the latest works, pull the updates
git pullTo Compile the Latex-record-book into Record-book-latex/main.pdf
cd Record-book-latex
pdflatex main.texTo Compile only the programs and its output into CodesOnly/main.pdf
cd CodesOnly
pdflatex main.tex