Skip to content
This repository was archived by the owner on Jan 24, 2025. It is now read-only.

edwinjosegeorge/CompilerLabGCEK

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

40 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

KTU S7 Compiler Design Lab CS431, 2015 Scheme

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.

Prerequisites

Download and install Git, Latex, GCC, Lex, Yacc, Python onto your local machine.

To clone this repo

git clone https://github.com/edwinjosegeorge/CompilerLabGCEK.git

To get the latest works, pull the updates

git pull

To Compile the Latex-record-book into Record-book-latex/main.pdf

cd Record-book-latex
pdflatex main.tex

To Compile only the programs and its output into CodesOnly/main.pdf

cd CodesOnly
pdflatex main.tex