Skip to content

eschmechel/codecrafters-shell-cpp

Repository files navigation

C++ BYO Shell Challenge

progress-banner

This is my solution/project for the "Build Your Own Shell" Challenge.

In the challenge, you build your own POSIX shell that's capable of interpreting shell commands, running external programs and builtin commands like cd, pwd, echo and more. I learned about command parsing, REPLS, builtin commands, and more

I decided to take extra personal challenges when completing my solution.

  1. Integrate both POSIX and _WIN compliancy.
  2. Readability >>> Quick Coding(Different than efficiency)
  3. Push my comfort level utilizing C++ vs Java/Python
  4. Utilized CodeScene at the end to Refactor and clean my code

About

My Attempt at the CodeCrafters challenge for BYO Shell with the implementation in cPP

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published