Skip to content

begumcig/linker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Linker

Go to terminal and type:

$ make

This will create linker.exe, then you can test inputs:

$ ./linker "input-file"

The folder lab1samples also has scripts to check all the sample inputs. To test them:

Create yourself a directory where your outputs will be created.

$ cd lab1samples

$ ./runit.sh "your-outdir" "path-to-linker.exe"

$ ./gradeit.sh "." "your-outdir"

About

Two pass linker written in C++

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published