Skip to content

trang-anh/p1-anh

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This is a project for my Computer Systems class. In this project, I made a Shell from scratch.

Project 1: Shell

This is the starter code for Project 1.

The Makefile contains the following targets:

  • make all - compile everything
  • make tokenize - compile the tokenizer demo
  • make tokenize-tests - compile the tokenizer demo
  • make shell - compile the shell
  • make shell-tests - run a few tests against the shell
  • make test - compile and run all the tests
  • make clean - perform a minimal clean-up of the source tree

The examples directory contains an example tokenizer. It might help.

About

I made a Shell using C!

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published