Skip to content

nathantypanski/cs4414-ps2

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 
 
 

ps2 - gash

Gash is a shell written in Rust (v0.9 as of the time of writing).

It has features including:

  • input/output redirection with > and < operators.
  • building pipelines from commands using the pipe (|) operator.
  • backgrounding processes with the & operator.

and has the benefit of being written in a "pointer-safe", thread safe, and statically type-checked language.

This code was part of Problem Set 2 of CS4414 at UVa.

About

Rust-class.org problem set #2

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages